vp8dec: Fix for handling resolution changes when decoding VP8
authorTom Greenwood <tcdgreenwood@hotmail.com>
Tue, 22 Oct 2013 17:49:22 +0000 (18:49 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 2 Sep 2014 05:42:24 +0000 (08:42 +0300)
commit5430b6c351e015265a79eb92fc9203ec8bc06de2
treeda358c72f93bb9b01aace67c893eaa0a20ee0240
parent8bee49c85e51bc35123c6a4700e489441038dcf2
vp8dec: Fix for handling resolution changes when decoding VP8

If the resolution changes in the bitstream without the input caps changing we
would previously output corrupted video or crash.

https://bugzilla.gnome.org/show_bug.cgi?id=719359
ext/vpx/gstvp8dec.c