summaryrefslogtreecommitdiff
path: root/ext/dtls/gstdtlsdec.c
AgeCommit message (Collapse)AuthorFilesLines
2018-02-01dtls: remove reliance on a default GMainContext/LoopMatthew Waters1-25/+1
By removing the indirection to the main loop completely when receiving the peer certificate. For reference, the on-decoder-key signal does not have a redirection.
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+2
https://bugzilla.gnome.org/show_bug.cgi?id=763081
2015-11-06Fix code indentationTim-Philipp Müller1-1/+2
2015-10-02dtls: fix printf format on win32Polochon_street1-1/+1
2015-06-03dtlsdec: Fix critical warning "got data flow before stream-start event"Santiago Carot-Nemesio1-6/+24
Forward sticky events on requested src pad. https://bugzilla.gnome.org/show_bug.cgi?id=750348
2015-05-28dtlsdec: Remove unnecessary ref/unref operationsSantiago Carot-Nemesio1-2/+1
https://bugzilla.gnome.org/show_bug.cgi?id=750036
2015-05-28dtlsdec: Fix release request pad functionSantiago Carot-Nemesio1-4/+2
Don't unref the pad reference we don't own and just remove the pad. https://bugzilla.gnome.org/show_bug.cgi?id=750036
2015-05-15dtls: Fix memory leakJose Antonio Santos Cadenas1-0/+6
Keys were not correctly released when it was get as a property nor when a second key was received https://bugzilla.gnome.org/show_bug.cgi?id=749380
2015-05-13dtlsdec: Fix memory leak, release previous pemJose Antonio Santos Cadenas1-0/+4
https://bugzilla.gnome.org/show_bug.cgi?id=749322
2015-05-13dtlsdec: Fix memory leak on disposeJose Antonio Santos Cadenas1-0/+2
Parent dispose function was not called https://bugzilla.gnome.org/show_bug.cgi?id=749322
2015-04-13dtlsdec: Fix typoSebastian Dröge1-1/+1
2015-03-18dtlsdec: Fix lockingSebastian Dröge1-22/+38
Especially don't hold any mutex while adding/removing pads or pushing data.
2015-03-18dtlsdec: Add support for buffer listsSebastian Dröge1-13/+79
2015-03-18dtls: Fix some search & replace mistakes from renaming the elementsSebastian Dröge1-16/+16
2015-03-16dtls: Unconditionally use GStreamer debug log systemSebastian Dröge1-8/+0
2015-03-16dtls: Re-namespace from Er to GstSebastian Dröge1-96/+92
2015-03-16dtls: Fix indentionSebastian Dröge1-389/+430
2015-03-16dtls: Add new DTLS pluginSebastian Dröge1-0/+607
This is a copy of the Ericsson DTLS plugin from https://github.com/EricssonResearch/openwebrtc-gst-plugins/tree/master/ext/erdtls/src https://bugzilla.gnome.org/show_bug.cgi?id=744582