[vlc-commits] demux:adaptive: log when the format is not supported

Steve Lhomme git at videolan.org
Wed Jan 17 16:13:04 CET 2018


vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon Jan  8 08:37:18 2018 +0100| [ac52f2164e355208c28178622d1b671192918f62] | committer: Jean-Baptiste Kempf

demux:adaptive: log when the format is not supported

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit cd5830bb3d27ea0e7b17057b6763f48a3e71ee2f)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=ac52f2164e355208c28178622d1b671192918f62
---

 modules/demux/adaptive/adaptive.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/demux/adaptive/adaptive.cpp b/modules/demux/adaptive/adaptive.cpp
index 05dea53c14..08b5595e9d 100644
--- a/modules/demux/adaptive/adaptive.cpp
+++ b/modules/demux/adaptive/adaptive.cpp
@@ -230,6 +230,7 @@ static int Open(vlc_object_t *p_obj)
 
     if(!p_manager)
     {
+        msg_Warn(p_obj, "unsupported adaptive streaming");
         delete authStorage;
         return VLC_EGENERIC;
     }



More information about the vlc-commits mailing list