[MOVED FROM BAD 108/134] 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>
Sun, 16 Sep 2012 13:30:05 +0000 (15:30 +0200)
commit4484130cbfed276caefbba37aa7fdff7edbf2876
treee18c5349c5eef2968276e4ecbf3aee9ddf1da5d0
parent74aa2e7c6a151b29404e21cc2c001f05b1910b3e
[MOVED FROM BAD 108/134] 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