dashdemux: fix double unref of object

the datetime is already released by the end of the function
This commit is contained in:
Thiago Santos 2014-12-02 15:52:54 -03:00
parent 95c3fdc193
commit f48fa7e763

View file

@ -551,7 +551,6 @@ gst_dash_demux_setup_streams (GstAdaptiveDemux * demux)
gst_mpd_client_set_segment_index (active_stream, seg_idx);
}
gst_date_time_unref (now);
} else {
GST_DEBUG_OBJECT (demux, "Seeking to first segment for on-demand stream ");