GNOME Bugzilla – Bug 753009
rtspsrc: Strip keys from the fmtp that we use internally in our caps
Last modified: 2015-08-16 13:41:01 UTC
See commit message
Created attachment 308369 [details] [review] 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
Created attachment 308370 [details] [review] 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
Created attachment 308371 [details] [review] 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
And for all this copy & paste nightmare... bug #745880
Created attachment 308434 [details] [review] check correct array index There is a small mistake while checking for array index, leading to assertion error.
Created attachment 308435 [details] [review] check correct array index
Created attachment 308436 [details] [review] check correct array index