mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
mpegtsmux: Remove duplicate code
The muxer is already allocated in reset(), which is called soon afterwards. https://bugzilla.gnome.org/show_bug.cgi?id=745506
This commit is contained in:
parent
cdb06c6c99
commit
2eac423273
1 changed files with 0 additions and 3 deletions
|
@ -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 ();
|
||||
|
||||
|
|
Loading…
Reference in a new issue