mpegtsmux: Chain up pad dispose function to the one of the parent class

Otherwise we will leak various memory.
This commit is contained in:
Sebastian Dröge 2020-04-13 18:18:45 +03:00 committed by GStreamer Merge Bot
parent b41ed0fbb0
commit 5394269c91

View file

@ -166,6 +166,8 @@ gst_base_ts_mux_pad_dispose (GObject * obj)
GstBaseTsMuxPad *ts_pad = GST_BASE_TS_MUX_PAD (obj);
gst_base_ts_mux_pad_reset (ts_pad);
G_OBJECT_CLASS (gst_base_ts_mux_pad_parent_class)->dispose (obj);
}
static void