examples: rtsp: fix compiler warning

"control reaches end of non-void function"
This commit is contained in:
Tim-Philipp Müller 2019-03-22 23:36:42 +00:00
parent 79fd0af152
commit d682c74c1e

View file

@ -104,4 +104,5 @@ main (int argc, char *argv[])
gst_element_set_state (pipeline, GST_STATE_PLAYING);
g_main_loop_run (loop);
return 0;
}