Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-02-01 | dtls: remove reliance on a default GMainContext/Loop | Matthew Waters | 1 | -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-24 | bad: use new gst_element_class_add_static_pad_template() | Vineeth TM | 1 | -4/+2 | |
https://bugzilla.gnome.org/show_bug.cgi?id=763081 | |||||
2015-11-06 | Fix code indentation | Tim-Philipp Müller | 1 | -1/+2 | |
2015-10-02 | dtls: fix printf format on win32 | Polochon_street | 1 | -1/+1 | |
2015-06-03 | dtlsdec: Fix critical warning "got data flow before stream-start event" | Santiago Carot-Nemesio | 1 | -6/+24 | |
Forward sticky events on requested src pad. https://bugzilla.gnome.org/show_bug.cgi?id=750348 | |||||
2015-05-28 | dtlsdec: Remove unnecessary ref/unref operations | Santiago Carot-Nemesio | 1 | -2/+1 | |
https://bugzilla.gnome.org/show_bug.cgi?id=750036 | |||||
2015-05-28 | dtlsdec: Fix release request pad function | Santiago Carot-Nemesio | 1 | -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-15 | dtls: Fix memory leak | Jose Antonio Santos Cadenas | 1 | -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-13 | dtlsdec: Fix memory leak, release previous pem | Jose Antonio Santos Cadenas | 1 | -0/+4 | |
https://bugzilla.gnome.org/show_bug.cgi?id=749322 | |||||
2015-05-13 | dtlsdec: Fix memory leak on dispose | Jose Antonio Santos Cadenas | 1 | -0/+2 | |
Parent dispose function was not called https://bugzilla.gnome.org/show_bug.cgi?id=749322 | |||||
2015-04-13 | dtlsdec: Fix typo | Sebastian Dröge | 1 | -1/+1 | |
2015-03-18 | dtlsdec: Fix locking | Sebastian Dröge | 1 | -22/+38 | |
Especially don't hold any mutex while adding/removing pads or pushing data. | |||||
2015-03-18 | dtlsdec: Add support for buffer lists | Sebastian Dröge | 1 | -13/+79 | |
2015-03-18 | dtls: Fix some search & replace mistakes from renaming the elements | Sebastian Dröge | 1 | -16/+16 | |
2015-03-16 | dtls: Unconditionally use GStreamer debug log system | Sebastian Dröge | 1 | -8/+0 | |
2015-03-16 | dtls: Re-namespace from Er to Gst | Sebastian Dröge | 1 | -96/+92 | |
2015-03-16 | dtls: Fix indention | Sebastian Dröge | 1 | -389/+430 | |
2015-03-16 | dtls: Add new DTLS plugin | Sebastian Dröge | 1 | -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 |