mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
this wasn't actually needed
Original commit message from CVS: this wasn't actually needed
This commit is contained in:
parent
b07791a06b
commit
d4e56cc925
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue