vp8dec: Use outputstate when copying output buffer data
authorThiago Santos <thiago.sousa.santos@collabora.com>
Fri, 27 Apr 2012 12:05:57 +0000 (09:05 -0300)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 28 May 2012 13:29:13 +0000 (15:29 +0200)
commit44d22d3e820616689d4bf2575a93cec2186724ee
tree9b4b65639ec6e0897e946cf9510a0f3d158a0214
parent7fee86676469a07175193af2ff6a77d8a3d8882d
vp8dec: Use outputstate when copying output buffer data

Using the input state was causing a crash because the strides/offsets
would be wrong. Fix it by using the output as we are dealing with
the decoded frame.
ext/vp8/gstvp8dec.c