From 31cb57fbb7934f024c93c57b21b58b6b901cfe13 Mon Sep 17 00:00:00 2001 From: Vincent Penquerc'h Date: Mon, 16 Jan 2012 17:07:29 +0000 Subject: [PATCH] mpegdemux: fix missing finalize chaining to parent This code does not seem to trigger on my test streams, so it's a bit of a blind fix, but seems safe enough to push. --- gst/mpegdemux/flutspmtstreaminfo.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst/mpegdemux/flutspmtstreaminfo.c b/gst/mpegdemux/flutspmtstreaminfo.c index 9fd449c..7ab5ba4 100644 --- a/gst/mpegdemux/flutspmtstreaminfo.c +++ b/gst/mpegdemux/flutspmtstreaminfo.c @@ -122,6 +122,8 @@ mpegts_pmt_stream_info_finalize (GObject * object) g_value_array_free (info->languages); g_value_array_free (info->descriptors); + + GST_CALL_PARENT (G_OBJECT_CLASS, finalize, (object)); } MpegTsPmtStreamInfo * -- 2.7.4