mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
examples: rtsp: fix compiler warning
"control reaches end of non-void function"
This commit is contained in:
parent
79fd0af152
commit
d682c74c1e
1 changed files with 1 additions and 0 deletions
|
@ -104,4 +104,5 @@ main (int argc, char *argv[])
|
|||
gst_element_set_state (pipeline, GST_STATE_PLAYING);
|
||||
|
||||
g_main_loop_run (loop);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue