this wasn't actually needed
authorSteve Baker <steve@stevebaker.org>
Wed, 29 May 2002 15:30:10 +0000 (15:30 +0000)
committerSteve Baker <steve@stevebaker.org>
Wed, 29 May 2002 15:30:10 +0000 (15:30 +0000)
Original commit message from CVS:
this wasn't actually needed

tools/gst-launch.c

index 2d419c4551c1eebecd876902282d3fef5ba96b31..426eeae24ba018ba79429a1b4e82582660fc77a1 100644 (file)
@@ -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);
     }