diff --git a/gst/mpegtsmux/mpegtsmux.c b/gst/mpegtsmux/mpegtsmux.c index 37ef6a55ad..5322297959 100644 --- a/gst/mpegtsmux/mpegtsmux.c +++ b/gst/mpegtsmux/mpegtsmux.c @@ -312,9 +312,6 @@ mpegtsmux_init (MpegTsMux * mux) gst_collect_pads_set_clip_function (mux->collect, (GstCollectPadsClipFunction) GST_DEBUG_FUNCPTR (mpegtsmux_clip_inc_running_time), mux); - mux->tsmux = tsmux_new (); - tsmux_set_write_func (mux->tsmux, new_packet_cb, mux); - mux->adapter = gst_adapter_new (); mux->out_adapter = gst_adapter_new ();