fixed thread lock mis-merge

Original commit message from CVS:
fixed thread lock mis-merge
This commit is contained in:
Erik Walthinsen 2001-05-24 20:36:59 +00:00
parent 247c0f1e90
commit 43b635e3d0

View file

@ -267,7 +267,6 @@ gst_thread_change_state (GstElement *element)
g_mutex_lock (thread->lock);
g_mutex_lock (thread->lock);
// create the thread
pthread_create (&thread->thread_id, NULL,
gst_thread_main_loop, thread);