gst-plugins-bad: h264parse: chain up to parent finalize
Mark Nauwelaerts
mnauw at kemper.freedesktop.org
Tue Mar 22 05:58:12 PDT 2011
Module: gst-plugins-bad
Branch: master
Commit: 82a152533db90a1207dce352df4592c291b07e0f
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=82a152533db90a1207dce352df4592c291b07e0f
Author: Mark Nauwelaerts <mark.nauwelaerts at collabora.co.uk>
Date: Tue Mar 22 13:18:03 2011 +0100
h264parse: chain up to parent finalize
---
gst/videoparsers/gsth264parse.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/gst/videoparsers/gsth264parse.c b/gst/videoparsers/gsth264parse.c
index 3d8621e..ada2752 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
More information about the gstreamer-commits
mailing list