mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
Remove compiler warning
This commit is contained in:
parent
553978a030
commit
8876ada4ea
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue