From: Erik Walthinsen Date: Fri, 25 May 2001 19:16:31 +0000 (+0000) Subject: forgot to unset SPINNING, no idea how it worked before, maybe this will fix wtay... X-Git-Tag: BRANCH-INCSCHED1-200105251-FREEZE~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=14897b5364644b4ef8be6ae2c2ad0de35f0bd51b;p=platform%2Fupstream%2Fgstreamer.git forgot to unset SPINNING, no idea how it worked before, maybe this will fix wtay's case Original commit message from CVS: forgot to unset SPINNING, no idea how it worked before, maybe this will fix wtay's case --- diff --git a/gst/gstthread.c b/gst/gstthread.c index c87e74ccbf..8f91ff32d7 100644 --- a/gst/gstthread.c +++ b/gst/gstthread.c @@ -362,6 +362,8 @@ gst_thread_change_state (GstElement *element) g_mutex_lock(thread->lock); + GST_FLAG_UNSET (thread, GST_THREAD_STATE_SPINNING); + while (elements) { GstElement *e = GST_ELEMENT(elements->data);