h264parse: chain up to parent finalize

This commit is contained in:
Mark Nauwelaerts 2011-03-22 13:18:03 +01:00
parent 1c4f32b279
commit 82a152533d

View file

@ -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