[vlc-commits] chromecast: remove error message
Thomas Guillem
git at videolan.org
Fri Feb 23 08:29:44 CET 2018
vlc/vlc-3.0 | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Feb 21 14:11:33 2018 +0100| [94cb84ba1518a15bdc88f571bc4feab682ac9fc9] | committer: Thomas Guillem
chromecast: remove error message
This is now likely to happen (in case of Flush).
(cherry picked from commit 007e0b64a3376b8e9415d532fb921a9758419fd7)
Signed-off-by: Thomas Guillem <thomas at gllm.fr>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=94cb84ba1518a15bdc88f571bc4feab682ac9fc9
---
modules/stream_out/chromecast/cast.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/stream_out/chromecast/cast.cpp b/modules/stream_out/chromecast/cast.cpp
index d0556aea18..a493159df5 100644
--- a/modules/stream_out/chromecast/cast.cpp
+++ b/modules/stream_out/chromecast/cast.cpp
@@ -1102,7 +1102,6 @@ sout_stream_id_sys_t *sout_stream_sys_t::GetSubId( sout_stream_t *p_stream,
return out_streams[i]->p_sub_id;
}
- msg_Err( p_stream, "unknown stream ID" );
return NULL;
}
More information about the vlc-commits
mailing list