summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-06-03 14:35:59 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-06-03 14:35:59 +0000
commit38e6e8ed8f44669c51f58ac46f14f43c243bf887 (patch)
tree0c0db99d85b5bdc5f35eb928b4ab2ece79b77184 /ChangeLog
parent10d104fcaee69109357bdefabca69cffeb01638c (diff)
downloadgst-plugins-bad-38e6e8ed8f44669c51f58ac46f14f43c243bf887.tar.gz
gst-plugins-bad-38e6e8ed8f44669c51f58ac46f14f43c243bf887.tar.bz2
gst-plugins-bad-38e6e8ed8f44669c51f58ac46f14f43c243bf887.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 004bf1bc..96d2bfb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-06-03 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * 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.
+
2008-06-03 Wim Taymans <wim.taymans@collabora.co.uk>
* gst/h264parse/gsth264parse.c: (gst_nal_bs_init),