[vlc-commits] chromecast: remove error message

Thomas Guillem git at videolan.org
Thu Feb 22 12:00:11 CET 2018


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Feb 21 14:11:33 2018 +0100| [007e0b64a3376b8e9415d532fb921a9758419fd7] | committer: Thomas Guillem

chromecast: remove error message

This is now likely to happen (in case of Flush).

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

 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