diff options
author | Thiago Santos <thiagoss@osg.samsung.com> | 2015-05-12 12:55:42 -0300 |
---|---|---|
committer | Thiago Santos <thiagoss@osg.samsung.com> | 2015-05-13 13:35:14 -0300 |
commit | 61cad123d75cbce137fa8eb3eb305a1ef32a13e4 (patch) | |
tree | a8196c06f1b69b3d028afa35efa80fc63fee47d2 /gst-libs/gst/adaptivedemux | |
parent | 8331b083ee41dee07b95d00bad1d8add1a3f88e1 (diff) | |
download | gstreamer-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.c | 1 |
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 |