[vlc-commits] chromecast: remove error message

2018-02-22 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem  | 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 

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

___
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] chromecast: remove error message

2018-02-22 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem  | 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;
 }
 

___
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits