From 3d19d6d8bc5a08f56c070d49b8255130add258f0 Mon Sep 17 00:00:00 2001 From: ChangBok Chae Date: Thu, 23 Feb 2017 09:31:36 +0900 Subject: [PATCH] flvdemux: remove duplicated segment initialization It's also done in gst_flv_demux_cleanup(). https://bugzilla.gnome.org/show_bug.cgi?id=779106 --- gst/flv/gstflvdemux.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/flv/gstflvdemux.c b/gst/flv/gstflvdemux.c index e324b18..61f29d5 100644 --- a/gst/flv/gstflvdemux.c +++ b/gst/flv/gstflvdemux.c @@ -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; -- 2.7.4