adaptivedemux: drop debug message that was wrong

EOS doesn't necessarily mean that no fragment was downloaded
This commit is contained in:
Thiago Santos 2015-05-12 12:55:42 -03:00
parent 8331b083ee
commit 61cad123d7

View file

@ -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