gst/gstthread.c: Do not try to grab the iterate lock in the state change method when...
authorWim Taymans <wim.taymans@gmail.com>
Thu, 7 Oct 2004 17:41:40 +0000 (17:41 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 7 Oct 2004 17:41:40 +0000 (17:41 +0000)
commitc43a7670f0acf2def2384b79bba63776c93b3371
tree4e91a147b5a1388b4d07cef913b30e753c70ce15
parentaae255f97a5636952e6dd0e8d366bab2d0d87772
gst/gstthread.c: Do not try to grab the iterate lock in the state change method when we are in the same thread as the...

Original commit message from CVS:
* gst/gstthread.c: (gst_thread_dispose), (gst_thread_sync),
(gst_thread_change_state), (gst_thread_child_state_change):
Do not try to grab the iterate lock in the state change method
when we are in the same thread as the iterate or else we
could deadlock. Some other cleanups.
ChangeLog
gst/gstthread.c