examples: fix 'control reaches end of non-void function' warning in cairo example
This commit is contained in:
parent
e02b7e7fdf
commit
9b93ae0eae
@ -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…
x
Reference in New Issue
Block a user