After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 777181 - qtmux: simplify video/x-h264 caps handling
qtmux: simplify video/x-h264 caps handling
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.11.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-01-12 16:57 UTC by Aurélien Zanelli
Modified: 2017-01-12 17:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
qtmux: simplify video/x-h264 caps handling (2.18 KB, patch)
2017-01-12 16:58 UTC, Aurélien Zanelli
committed Details | Review

Description Aurélien Zanelli 2017-01-12 16:57:32 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.
Comment 1 Aurélien Zanelli 2017-01-12 16:58:49 UTC
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.
Comment 2 Sebastian Dröge (slomo) 2017-01-12 17:18:13 UTC
Attachment 343382 [details] pushed as 52d1355 - qtmux: simplify video/x-h264 caps handling