GNOME Bugzilla – Bug 777181
qtmux: simplify video/x-h264 caps handling
Last modified: 2017-01-12 17:18:26 UTC
As pointed out by Sebastian in bug #736752 the h264 handling of qtmux do extra check an parse caps to get bitrate which seems weird.
Created attachment 343382 [details] [review] qtmux: simplify video/x-h264 caps handling 'stream-format' and 'alignment' are defined in pad template caps so there is no need to check them again here. Also remove bitrate parsing from caps as bitrate in caps doesn't make sense but from tags, which is actually the case.
Attachment 343382 [details] pushed as 52d1355 - qtmux: simplify video/x-h264 caps handling