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
@ -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…
x
Reference in New Issue
Block a user