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.
This commit is contained in:
Vincent Penquerc'h 2012-01-16 17:07:29 +00:00
parent 1dfbb14be5
commit 31cb57fbb7

View file

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