vlc | branch: master | Steve Lhomme <[email protected]> | Mon Jan  8 08:37:18 
2018 +0100| [cd5830bb3d27ea0e7b17057b6763f48a3e71ee2f] | committer: 
Jean-Baptiste Kempf

demux:adaptive: log when the format is not supported

Signed-off-by: Jean-Baptiste Kempf <[email protected]>

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

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

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to