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
@ -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…
x
Reference in New Issue
Block a user