mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 05:45:58 +00:00
dashdemux: fix double unref of object
the datetime is already released by the end of the function
This commit is contained in:
parent
95c3fdc193
commit
f48fa7e763
1 changed files with 0 additions and 1 deletions
|
@ -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 ");
|
||||
|
||||
|
|
Loading…
Reference in a new issue