this seems to be needed when doing a pipeline like -launch { foo ! bar }

Original commit message from CVS:
this seems to be needed when doing a pipeline like -launch { foo ! bar }

Now you can run:
gst-launch --gst-mask=-1 { fakesrc ! fakesink }
to see what seems to be a double locking problem
This commit is contained in:
Steve Baker 2002-05-28 14:42:22 +00:00
parent d7a095654b
commit 608589ef0d

View file

@ -205,6 +205,7 @@ main(int argc, char *argv[])
gst_main ();
} else {
g_print ("waiting for the state change...\n");
gst_element_set_state(pipeline,GST_STATE_PLAYING);
gst_element_wait_state_change (pipeline);
}