mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
v4l2codecs: allocator: use gst_clear_object
So tracer can do its job.
This commit is contained in:
parent
04b98a4ecd
commit
e96435dfea
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ gst_v4l2_codec_allocator_dispose (GObject * object)
|
|||
while ((buf = g_queue_pop_head (&self->pool)))
|
||||
gst_v4l2_codec_buffer_free (buf);
|
||||
|
||||
g_clear_object (&self->decoder);
|
||||
gst_clear_object (&self->decoder);
|
||||
|
||||
G_OBJECT_CLASS (gst_v4l2_codec_allocator_parent_class)->dispose (object);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue