gstreamer/ext/srtp
Aleix Conchillo Flaqué 73ebdb888e srtpdec: also check for "roc" in caps
Currently, gst_srtp_dec_sink_setcaps is happy if the "roc" field is not
provided in the caps. If it is not provided the stream will be properly
inserted in the hash table with a default "roc". Then, when the first
buffer arrives validate_buffer will find an existing stream in the hash
table and will not signal request-key, not allowing the user to provide
a "roc".

This patch expects "roc" in gst_srtp_dec_sink_setcaps, if not found a
request-key will be signaled and the user will be able to provide all
the srtp fields, including "roc".

https://bugzilla.gnome.org/show_bug.cgi?id=765079
2016-04-15 15:37:32 +02:00
..
.gitignore srtp: Add SRTP plugin based on libsrtp 2013-03-12 20:01:50 -04:00
gstsrtp.c srtp: Fix critical warning trying to retrieve SSRC from a non fb message 2015-10-23 16:32:03 +03:00
gstsrtp.h srtp: add 256-bit key support 2013-12-13 17:51:18 -05:00
gstsrtpdec.c srtpdec: also check for "roc" in caps 2016-04-15 15:37:32 +02:00
gstsrtpdec.h srtpdec: Add config for the replay window size 2015-06-30 16:14:25 +02:00
gstsrtpenc.c bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
gstsrtpenc.h gstsrtpenc: add allow-repeat-tx property 2014-06-18 15:33:00 +02:00
Makefile.am srtp: Move the enums to the common header 2013-06-28 20:35:15 -04:00