summaryrefslogtreecommitdiff
path: root/ext/dtls/gstdtlsenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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