vp8dec: Set GstBaseVideoDecoder::packetized to TRUE as soon as possible
authorPhilip Jägenstedt <philipj@opera.com>
Fri, 13 Aug 2010 12:34:21 +0000 (14:34 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 19 Aug 2010 09:17:06 +0000 (11:17 +0200)
commite72574124f7470d8abd1fd221aab620593cad8b5
tree327131bc07e333024f10bfed9fb423b1f1d98fdd
parent25653ad18353931cbbbd9488710cdc8644bf1f22
vp8dec: Set GstBaseVideoDecoder::packetized to TRUE as soon as possible

This fixes an infinite loop if an EOS event is received before
GstBaseVideoDecoder::start() is called, e.g. immediately when the
pads are activated.

Fixes bug #626815.
ext/vp8/gstvp8dec.c