diff --git a/tools/gstreamer-launch.c b/tools/gstreamer-launch.c index dfaf9eb936..ef06966084 100644 --- a/tools/gstreamer-launch.c +++ b/tools/gstreamer-launch.c @@ -27,7 +27,7 @@ int main(int argc,char *argv[]) { fprintf(stderr,"RUNNING pipeline\n"); gst_element_set_state(pipeline,GST_STATE_PLAYING); - while (1) { + while (1) gst_bin_iterate (GST_BIN (pipeline)); return 0;