vp8dec: Don't clear input state in reset()
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 12 Nov 2012 08:48:45 +0000 (09:48 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 12 Nov 2012 09:11:32 +0000 (10:11 +0100)
commitbd0ef7fec3cfc14c7dd28c1a9507f7df22b8a4b5
tree26e6c87f4e7ddb64a350eb6925470ed5480edeae
parent35fafae24182f6023b7f1607e7a0996929c802a2
vp8dec: Don't clear input state in reset()

The input state is still valid after flushing until
new caps arrive.

Fixes bug #688092.
ext/vpx/gstvp8dec.c