plugins/elements/gstinputselector.c: Do g_object_notify() only when not holding the...
authorWim Taymans <wim.taymans@gmail.com>
Thu, 20 Mar 2008 18:10:29 +0000 (18:10 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 31 Dec 2010 00:53:19 +0000 (00:53 +0000)
commit62ba72b862e8acd97710362c2049d50cd51965b3
tree44088162cbea81361426b283f14056a0edddb003
parenta64e95d347618c8f882adc0f2105f0822730f83f
plugins/elements/gstinputselector.c: Do g_object_notify() only when not holding the lock to get the property because othe...

Original commit message from CVS:
* plugins/elements/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.
plugins/elements/gstinputselector.c