First THREADED backport attempt, focusing on adding locks and making sure the API...
[platform/upstream/gstreamer.git] / tests / threadstate / threadstate2.c
index 15827db..9123a58 100644 (file)
@@ -15,8 +15,6 @@ eos (GstElement * element, gpointer data)
 
   /* stop the bin */
   gst_element_set_state (GST_ELEMENT (thread), GST_STATE_NULL);
-
-  gst_main_quit ();
 }
 
 int