Boo!
authorAndy Wingo <wingo@pobox.com>
Mon, 31 Oct 2005 09:52:13 +0000 (09:52 +0000)
committerAndy Wingo <wingo@pobox.com>
Mon, 31 Oct 2005 09:52:13 +0000 (09:52 +0000)
commit4a9df820e3311b609d6900b447cbc45b9263a6f1
tree4fe05b9fcf2253312482537e8c2f13125a5d9fc3
parent6f63540ea48d31f1ed25551a2850e73ee0fb72e9
Boo!

Original commit message from CVS:
2005-10-31  Andy Wingo  <wingo@pobox.com>

* Boo!

* gst/gstqueue.c (gst_queue_chain): Fix downstream leaky mode.

* gst/gstobject.c (gst_object_dispatch_properties_changed): No
need to serialize property notifications on GLib 2.8. GLib 2.6 has
the possibility of deadlocks here if code calling notify() or
set() has a lock that can be taken in another notify handler (ABBA
with class lock and e.g. python GIL state lock).
ChangeLog
gst/gstobject.c
gst/gstqueue.c
plugins/elements/gstqueue.c