examples: fix compiler warning in compositor crossfade example

warning: control reaches end of non-void function
This commit is contained in:
Tim-Philipp Müller 2017-08-03 20:21:17 +01:00
parent 5cefce240d
commit 357fc8064a

View file

@ -132,4 +132,6 @@ main (int argc, char *argv[])
gst_print ("Timeout\n");
gst_element_set_state (pipeline, GST_STATE_NULL);
gst_object_unref (pipeline);
return 0;
}