Make sure the Gdk thread lock is not held inside the gstreamer pipeline.
authorWim Taymans <wim.taymans@gmail.com>
Thu, 2 Nov 2000 20:10:08 +0000 (20:10 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 2 Nov 2000 20:10:08 +0000 (20:10 +0000)
commitdbe262dfbb8baaff2e18a921e91103340026c141
tree435d8207918001d4a7ae0b678c58942cc3269383
parente8ea96d23b7c87c9fbdb381ad85282e52593db53
Make sure the Gdk thread lock is not held inside the gstreamer pipeline.

Original commit message from CVS:
Make sure the Gdk thread lock is not held inside the gstreamer pipeline.
Fix the videosink to not hold the Gdk lock when emitting a signal.
All Gtk GUI apps using GStreamer should now handle the Gdk locks when
handling signals from the pipeline (as it should be)
gst/gst.c
gstplay/gstmediaplay.c
gstplay/main.c