mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
examples: fix 'control reaches end of non-void function' warning in cairo example
This commit is contained in:
parent
e02b7e7fdf
commit
9b93ae0eae
1 changed files with 2 additions and 0 deletions
|
@ -167,4 +167,6 @@ main (int argc, char **argv)
|
||||||
|
|
||||||
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