summaryrefslogtreecommitdiff
path: root/ext/dtls/gstdtlsenc.c
Commit message (Expand)AuthorAgeFilesLines
* Use gst_buffer_new_memdup()Tim-Philipp Müller2021-05-241-2/+3
* Use new gst_buffer_new_copy()Tim-Philipp Müller2021-05-231-9/+5
* dtls: Let sender know when we are flushingDoug Nazar2021-05-191-0/+5
* dtls: allow per feature registrationStéphane Cerveau2021-03-231-0/+3
* dtls: Keep track of the connection state and signal it through all the layersSebastian Dröge2020-01-191-1/+28
* dtls: Handle errors/close_notify at all steps and propagate through the layer...Sebastian Dröge2020-01-191-24/+84
* dtls: Propagate write errors backwards through dtlsenc/dtlsconnectionSebastian Dröge2020-01-191-3/+26
* dtls: Use a plain function pointer instead of a GClosure for the send callbackSebastian Dröge2020-01-191-2/+3
* dtlsenc: Don't warn on GST_FLOW_FLUSHING or GST_FLOW_EOSSebastian Dröge2019-12-301-1/+1
* Don't pass default GLib marshallers for signalsNiels De Graef2019-11-061-2/+1
* dtls: drop upstream segment and stream-start eventsMatthew Waters2018-02-051-0/+25
* dtlsenc: fix typo in is-client property descriptionMatthew Waters2018-02-051-1/+1
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+2
* dtls: fix printf format on win32Paul Arzelier2015-10-021-2/+2
* dtls: Fix memory leakJose Antonio Santos Cadenas2015-05-151-0/+6
* dtlsenc: Fix memory leak releasing connection_idJose Antonio Santos Cadenas2015-05-131-0/+5
* dtlsenc: Fix memory leak while setting connection-idJose Antonio Santos Cadenas2015-05-131-0/+4
* dtls: Use a shared thread pool for the timeoutsSebastian Dröge2015-03-191-4/+4
* dtlsenc: Clear the queue when deactivating the padSebastian Dröge2015-03-181-0/+2
* dtlsenc: Handle pad activity states properlySebastian Dröge2015-03-181-43/+31
* dtlsenc: Don't manually activate/deactivate srcpadSebastian Dröge2015-03-181-7/+9
* dtlsenc: Use a GQueue instead of a GPtrArraySebastian Dröge2015-03-181-14/+11
* dtls: Fix some search & replace mistakes from renaming the elementsSebastian Dröge2015-03-181-9/+9
* dtls: Re-namespace from Er to GstSebastian Dröge2015-03-161-69/+64
* dtls: Fix indentionSebastian Dröge2015-03-161-348/+385
* dtls: Add new DTLS pluginSebastian Dröge2015-03-161-0/+514