ivfparse: Fix the wrong width & height parsing of vp9 bitstream
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>
Mon, 9 Nov 2015 15:45:29 +0000 (17:45 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 11 Nov 2015 14:30:25 +0000 (15:30 +0100)
commitc3b28700d94b30f3ea06d799fcc55396aaf72cb5
tree0ba575efe9d562c8e9dbe6065e8c0f5f709a3aeb
parent788ff2f98e5962a750fadcd23a12c63a55d2fffd
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 inorder to detect the resolution change (Fixme).

https://bugzilla.gnome.org/show_bug.cgi?id=757825
gst/ivfparse/gstivfparse.c