diff --git a/gst/videoparsers/gsth264parse.c b/gst/videoparsers/gsth264parse.c index 3d8621eff4..ada2752496 100644 --- a/gst/videoparsers/gsth264parse.c +++ b/gst/videoparsers/gsth264parse.c @@ -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