vlc/vlc-3.0 | branch: master | Steve Lhomme <[email protected]> | 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 <[email protected]> (cherry picked from commit cd5830bb3d27ea0e7b17057b6763f48a3e71ee2f) Signed-off-by: Jean-Baptiste Kempf <[email protected]> > 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; } _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
