mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
Remove invalid extra unref on the gst bus
This commit is contained in:
parent
e1927aca14
commit
7a8142417c
1 changed files with 0 additions and 1 deletions
|
@ -255,7 +255,6 @@ static void *app_function (void *userdata) {
|
|||
g_source_destroy (timeout_source);
|
||||
|
||||
/* Free resources */
|
||||
gst_object_unref (bus);
|
||||
gst_element_set_state (data->pipeline, GST_STATE_NULL);
|
||||
gst_object_unref (data->vsink);
|
||||
gst_object_unref (data->pipeline);
|
||||
|
|
Loading…
Reference in a new issue