summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2009-01-05 10:14:28 +0000
committerWim Taymans <wim.taymans@gmail.com>2009-01-05 10:14:28 +0000
commit23bdf5c9febe874b351a5ac7e89fff4344e9c29f (patch)
tree7fcf55a9360b736f846634874e3272b5e8a55d58 /ChangeLog
parent8d18476d940470933adf54289701075c8cbca4c4 (diff)
gst/gstbin.c: Use an iterator to set the clock and the index so that we can release the object lock appropriately. Fi...
Original commit message from CVS: * gst/gstbin.c: (gst_bin_set_index_func), (gst_bin_set_clock_func), (gst_bin_change_state_func): Use an iterator to set the clock and the index so that we can release the object lock appropriately. Fixes #566393.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc800b698..9509ad70e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-01-05 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/gstbin.c: (gst_bin_set_index_func), (gst_bin_set_clock_func),
+ (gst_bin_change_state_func):
+ Use an iterator to set the clock and the index so that we can release
+ the object lock appropriately. Fixes #566393.
+
2009-01-03 Edward Hervey <edward.hervey@collabora.co.uk>
* libs/gst/base/gstcollectpads.c: (gst_collect_pads_available):