Remove compiler warning

This commit is contained in:
Xavi Artigas 2012-09-18 16:48:39 +02:00
parent 553978a030
commit 8876ada4ea

View file

@ -229,6 +229,8 @@ static void *app_function (void *userdata) {
gst_element_set_state (data->pipeline, GST_STATE_NULL);
gst_object_unref (data->vsink);
gst_object_unref (data->pipeline);
return NULL;
}
/*