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
..
2016-04-04 17:48:55 +01:00
2016-02-17 11:17:24 +01:00
2016-04-01 21:26:20 +02:00
2013-05-12 23:42:06 +01:00
2016-04-11 20:23:45 +01:00
2016-03-27 11:54:36 +03:00
2016-02-17 01:13:43 +11:00