codecs: h264decoder: chain finalize vmethod

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1238>
This commit is contained in:
Víctor Manuel Jáquez Leal 2020-05-16 11:14:58 +02:00 committed by Nicolas Dufresne
parent 540c287a73
commit 206d900573

View file

@ -250,6 +250,8 @@ gst_h264_decoder_finalize (GObject * object)
g_array_unref (priv->ref_pic_list0);
g_array_unref (priv->ref_pic_list1);
g_array_unref (priv->to_output);
G_OBJECT_CLASS (parent_class)->finalize (object);
}
static gboolean