gst/interleave/interleave.c: Stop GstCollectPads before calling the parent's state...
authorSebastian Dröge <slomo@circular-chaos.org>
Tue, 3 Jun 2008 14:35:59 +0000 (14:35 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Tue, 3 Jun 2008 14:35:59 +0000 (14:35 +0000)
commit1f9de0b3f9ec8ccc64bea49d89c4cae58732cead
tree8e34cd62ec8f0cb729471e57cb76152526f5ac39
parent755bdbebf632fae96a758e65034ed26a3f9e9bca
gst/interleave/interleave.c: Stop GstCollectPads before calling the parent's state change function when going from PA...

Original commit message from CVS:
* gst/interleave/interleave.c: (gst_interleave_pad_get_type),
(gst_interleave_change_state):
Stop GstCollectPads before calling the parent's state change function
when going from PAUSED to READY as we otherwise deadlock.
Fixes bug #536258.
gst/interleave/interleave.c