sdpdemux: Strip keys from the fmtp that we use internally in our caps
authorSebastian Dröge <sebastian@centricular.com>
Wed, 29 Jul 2015 10:25:24 +0000 (11:25 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 29 Jul 2015 13:35:50 +0000 (14:35 +0100)
commit86a9b84c9225faf2bc02e005442c3343fe75d5de
tree67b978cee1b8de27a0371164dcfe992089dbfc26
parentc1b0d818bb7218aaa4884973233a5ae25a198af7
sdpdemux: Strip keys from the fmtp that we use internally in our caps

Skip keys from the fmtp, which we already use ourselves for the
caps. Some software is adding random things like clock-rate into
the fmtp, and we would otherwise here set a string-typed clock-rate
in the caps... and thus fail to create valid RTP caps

https://bugzilla.gnome.org/show_bug.cgi?id=753009
gst/sdp/gstsdpdemux.c