[vlc-devel] [PATCH 3/4] demux:adaptive: log when the format is not supported

Steve Lhomme robux4 at ycbcr.xyz
Mon Jan 8 08:37:18 CET 2018


---
 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;
     }
-- 
2.14.2



More information about the vlc-devel mailing list