diff --git a/tools/gst-launch.c b/tools/gst-launch.c index 2d419c4551..426eeae24b 100644 --- a/tools/gst-launch.c +++ b/tools/gst-launch.c @@ -205,7 +205,6 @@ 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); }