mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
adaptivedemux: drop debug message that was wrong
EOS doesn't necessarily mean that no fragment was downloaded
This commit is contained in:
parent
8331b083ee
commit
61cad123d7
1 changed files with 0 additions and 1 deletions
|
@ -1894,7 +1894,6 @@ gst_adaptive_demux_stream_download_fragment (GstAdaptiveDemuxStream * stream)
|
|||
GST_DEBUG_OBJECT (stream->pad, "Fragment download result: %d %s",
|
||||
stream->last_ret, gst_flow_get_name (stream->last_ret));
|
||||
if (ret != GST_FLOW_OK) {
|
||||
GST_INFO_OBJECT (demux, "No fragment downloaded");
|
||||
/* TODO check if we are truly stoping */
|
||||
if (ret != GST_FLOW_ERROR && gst_adaptive_demux_is_live (demux)) {
|
||||
/* looks like there is no way of knowing when a live stream has ended
|
||||
|
|
Loading…
Reference in a new issue