rtsp-media: Strip keys from the fmtp that we use internally in our caps
authorSebastian Dröge <sebastian@centricular.com>
Wed, 29 Jul 2015 10:27:05 +0000 (11:27 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 29 Jul 2015 10:28:21 +0000 (11:28 +0100)
commitae7bec97cbe79def80d95631e677145242bb9f94
treed9e478a1427232c22e1a6eac2dd0892966d84abc
parent5585dc587831a8dbf6d563cd054a61c85992fe02
rtsp-media: 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-server/rtsp-media.c