mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
theoraparse: Use the correct unref functions
This commit is contained in:
parent
8c74d858ba
commit
2ab2bbd82c
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ theora_parse_clear_queue (GstTheoraParse * parse)
|
||||||
GstEvent *event;
|
GstEvent *event;
|
||||||
|
|
||||||
event = GST_EVENT_CAST (g_queue_pop_head (parse->event_queue));
|
event = GST_EVENT_CAST (g_queue_pop_head (parse->event_queue));
|
||||||
gst_buffer_unref (event);
|
gst_event_unref (event);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue