this wasn't actually needed

Original commit message from CVS:
this wasn't actually needed
This commit is contained in:
Steve Baker 2002-05-29 15:30:10 +00:00
parent b07791a06b
commit d4e56cc925

View file

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