concat: dot not reset pad states too early
authorThiago Santos <thiagoss@osg.samsung.com>
Tue, 21 Jul 2015 03:17:28 +0000 (00:17 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Tue, 21 Jul 2015 03:22:25 +0000 (00:22 -0300)
commit0accb7f700a737646fe3460442cfcfec377ece14
treea4a46c670043909f2724387d2252120aef09324d
parentc97f82e32be3f118bf42107fdc6df50b5b262db1
concat: dot not reset pad states too early

Resetting the flushing state of the pads at the end of the
PAUSED_TO_READY transition will make pads handle serialized
queries again which will wait for non-active pads and might
cause deadlocks when stopping the pipeline.

Move the reset to the READY_TO_PAUSED instead.

https://bugzilla.gnome.org/show_bug.cgi?id=752623
plugins/elements/gstconcat.c