summaryrefslogtreecommitdiff
path: root/gst-libs/gst/adaptivedemux
diff options
context:
space:
mode:
authorThiago Santos <thiagoss@osg.samsung.com>2015-05-12 12:55:42 -0300
committerThiago Santos <thiagoss@osg.samsung.com>2015-05-13 13:35:14 -0300
commit61cad123d75cbce137fa8eb3eb305a1ef32a13e4 (patch)
treea8196c06f1b69b3d028afa35efa80fc63fee47d2 /gst-libs/gst/adaptivedemux
parent8331b083ee41dee07b95d00bad1d8add1a3f88e1 (diff)
downloadgstreamer-plugins-bad-61cad123d75cbce137fa8eb3eb305a1ef32a13e4.tar.gz
adaptivedemux: drop debug message that was wrong
EOS doesn't necessarily mean that no fragment was downloaded
Diffstat (limited to 'gst-libs/gst/adaptivedemux')
-rw-r--r--gst-libs/gst/adaptivedemux/gstadaptivedemux.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst-libs/gst/adaptivedemux/gstadaptivedemux.c b/gst-libs/gst/adaptivedemux/gstadaptivedemux.c
index 33f57b0ea..d2996557f 100644
--- a/gst-libs/gst/adaptivedemux/gstadaptivedemux.c
+++ b/gst-libs/gst/adaptivedemux/gstadaptivedemux.c
@@ -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