summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>2012-01-16 17:07:29 +0000
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>2012-01-16 17:10:30 +0000
commit31cb57fbb7934f024c93c57b21b58b6b901cfe13 (patch)
treeeceb63822be1a990b21e71378d34b85543953caf
parent1dfbb14be51f60eafe8e9fc8abf7ac2fd3ea1c2d (diff)
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.
-rw-r--r--gst/mpegdemux/flutspmtstreaminfo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/mpegdemux/flutspmtstreaminfo.c b/gst/mpegdemux/flutspmtstreaminfo.c
index 9fd449c83..7ab5ba43c 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 *