[vlc-commits] demux:adaptive: log when the format is not supported
Steve Lhomme
git at videolan.org
Fri Jan 12 11:12:29 CET 2018
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | 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 <jb at videolan.org>
> 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;
}
More information about the vlc-commits
mailing list