diff --git a/gst-libs/gst/adaptivedemux/gstadaptivedemux.c b/gst-libs/gst/adaptivedemux/gstadaptivedemux.c index ab040216b6..8378d4af8a 100644 --- a/gst-libs/gst/adaptivedemux/gstadaptivedemux.c +++ b/gst-libs/gst/adaptivedemux/gstadaptivedemux.c @@ -1450,7 +1450,6 @@ gst_adaptive_demux_stream_fragment_download_finish (GstAdaptiveDemuxStream * { g_mutex_lock (&stream->fragment_download_lock); stream->download_finished = TRUE; - stream->last_ret = ret; /* if we have an error, only replace last_ret if it was OK before to avoid * overwriting the first error we got */