mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
flvdemux: remove duplicated segment initialization
It's also done in gst_flv_demux_cleanup(). https://bugzilla.gnome.org/show_bug.cgi?id=779106
This commit is contained in:
parent
6b42569ded
commit
3d19d6d8bc
1 changed files with 0 additions and 1 deletions
|
@ -3624,7 +3624,6 @@ gst_flv_demux_init (GstFlvDemux * demux)
|
|||
|
||||
demux->adapter = gst_adapter_new ();
|
||||
demux->flowcombiner = gst_flow_combiner_new ();
|
||||
gst_segment_init (&demux->segment, GST_FORMAT_TIME);
|
||||
|
||||
demux->own_index = FALSE;
|
||||
|
||||
|
|
Loading…
Reference in a new issue