rtspsrc: Strip keys from the fmtp that we use internally in our caps
authorSebastian Dröge <sebastian@centricular.com>
Wed, 29 Jul 2015 10:26:46 +0000 (11:26 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 29 Jul 2015 13:31:49 +0000 (14:31 +0100)
commit39a90710b7a30d9c50bf8a4b261ecaf2158960d2
treec236bcaad16b380c6aa7f6184e73cb59bc13a5e5
parenta0182dd943534b5d9844d8426222ce2bdd7830f9
rtspsrc: 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/rtsp/gstrtspsrc.c