decodebin2: Initialize variable correctly
authorYouness Alaoui <youness.alaoui@collabora.co.uk>
Thu, 18 Aug 2011 15:13:23 +0000 (15:13 +0000)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 19 Sep 2011 10:36:48 +0000 (12:36 +0200)
commit27058c1bc69ae1fd6413f85e29da845d31691116
treef058e2f84651c697bf56ac7e6f3162408483b073
parent9d2bcb08fea8ce3ca56479779d573dfcd4fbe00c
decodebin2: Initialize variable correctly

If subdrained isn't initialized to FALSE then a chain might think
that its group is drained when in fact it's not and this can cause
a switch too early or even cause a deadlock.
gst/playback/gstdecodebin2.c