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 757825 - ivfparse: Fix the wrong width & height parsing of vp9 bitstream
ivfparse: Fix the wrong width & height parsing of vp9 bitstream
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.7.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-11-09 16:17 UTC by sreerenj
Modified: 2015-11-11 14:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ivfparse: Fix the wrong width & height parsing of vp9 bitstream (2.01 KB, patch)
2015-11-09 16:17 UTC, sreerenj
committed Details | Review

Description sreerenj 2015-11-09 16:17:23 UTC
Created attachment 315130 [details] [review]
ivfparse: Fix the wrong width & height parsing of vp9 bitstream

The current implementation for detecting the resolution changes on key frames is based on vp8 bitstream alignment. Avoid this width and height parsing for vp9 bitstream, which requires proper frame header parsing in order to detect the resolution change.
Comment 1 Sebastian Dröge (slomo) 2015-11-11 14:31:11 UTC
Attachment 315130 [details] pushed as c3b2870 - ivfparse: Fix the wrong width & height parsing of vp9 bitstream