summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-03-20 18:10:29 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-03-20 18:10:29 +0000
commit29d918352b94957160a9be04dac076f2aca2c5d7 (patch)
treefb2411b5436cfd69b5b5660f4f3ebc93a58fa8b5 /ChangeLog
parent1cb3f3903bf2daa5ddfee8b5eb0000a413391118 (diff)
downloadgst-plugins-bad-29d918352b94957160a9be04dac076f2aca2c5d7.tar.gz
gst-plugins-bad-29d918352b94957160a9be04dac076f2aca2c5d7.tar.bz2
gst-plugins-bad-29d918352b94957160a9be04dac076f2aca2c5d7.zip
gst/selector/gstinputselector.c: Do g_object_notify() only when not holding the lock to get the property because othe...
Original commit message from CVS: * gst/selector/gstinputselector.c: (gst_input_selector_set_active_pad), (gst_input_selector_switch): Do g_object_notify() only when not holding the lock to get the property because otherwise we run into a deadlock with the deep-notify handlers that are possibly installed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e2eb954..9c6e0d84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2008-03-20 Wim Taymans <wim.taymans@collabora.co.uk>
+ * gst/selector/gstinputselector.c:
+ (gst_input_selector_set_active_pad), (gst_input_selector_switch):
+ Do g_object_notify() only when not holding the lock to get the property
+ because otherwise we run into a deadlock with the deep-notify handlers
+ that are possibly installed.
+
+2008-03-20 Wim Taymans <wim.taymans@collabora.co.uk>
+
* gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
(gst_selector_pad_event), (gst_selector_pad_bufferalloc),
(gst_selector_pad_chain), (gst_input_selector_set_active_pad):