mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-02 22:46:35 +00:00
examples: fix compiler warning in compositor crossfade example
warning: control reaches end of non-void function
This commit is contained in:
parent
61b54cdb40
commit
afb652c169
1 changed files with 2 additions and 0 deletions
|
@ -132,4 +132,6 @@ main (int argc, char *argv[])
|
||||||
gst_print ("Timeout\n");
|
gst_print ("Timeout\n");
|
||||||
gst_element_set_state (pipeline, GST_STATE_NULL);
|
gst_element_set_state (pipeline, GST_STATE_NULL);
|
||||||
gst_object_unref (pipeline);
|
gst_object_unref (pipeline);
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue