mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
h264parse: chain up to parent finalize
This commit is contained in:
parent
1c4f32b279
commit
82a152533d
1 changed files with 2 additions and 0 deletions
|
@ -160,6 +160,8 @@ gst_h264_parse_finalize (GObject * object)
|
|||
GstH264Parse *h264parse = GST_H264_PARSE (object);
|
||||
|
||||
g_object_unref (h264parse->frame_out);
|
||||
|
||||
G_OBJECT_CLASS (parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue