[vlc-commits] chromecast: demux: call init() when enabled

2018-02-22 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem  | Tue Feb 20 
17:10:19 2018 +0100| [522e4a25c2af060de633c6e40df4aa4d013e23f5] | committer: 
Thomas Guillem

chromecast: demux: call init() when enabled

(cherry picked from commit 1e7282c16be5f49a266bb98f95141d10019b36e2)
Signed-off-by: Thomas Guillem 

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=522e4a25c2af060de633c6e40df4aa4d013e23f5
---

 modules/stream_out/chromecast/chromecast_demux.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/stream_out/chromecast/chromecast_demux.cpp 
b/modules/stream_out/chromecast/chromecast_demux.cpp
index 30ff8ea51d..81b15c77fe 100644
--- a/modules/stream_out/chromecast/chromecast_demux.cpp
+++ b/modules/stream_out/chromecast/chromecast_demux.cpp
@@ -262,6 +262,7 @@ struct demux_sys_t
 p_renderer = static_cast(
 var_InheritAddress( p_demux, CC_SHARED_VAR_NAME ) );
 m_enabled = true;
+init();
 return VLC_SUCCESS;
 
 case DEMUX_FILTER_DISABLE:

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


[vlc-commits] chromecast: demux: call init() when enabled

2018-02-22 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem  | Tue Feb 20 17:10:19 
2018 +0100| [1e7282c16be5f49a266bb98f95141d10019b36e2] | committer: Thomas 
Guillem

chromecast: demux: call init() when enabled

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

 modules/stream_out/chromecast/chromecast_demux.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/stream_out/chromecast/chromecast_demux.cpp 
b/modules/stream_out/chromecast/chromecast_demux.cpp
index a27ad181aa..1b10ac2b93 100644
--- a/modules/stream_out/chromecast/chromecast_demux.cpp
+++ b/modules/stream_out/chromecast/chromecast_demux.cpp
@@ -261,6 +261,7 @@ struct demux_sys_t
 p_renderer = static_cast(
 var_InheritAddress( p_demux, CC_SHARED_VAR_NAME ) );
 m_enabled = true;
+init();
 return VLC_SUCCESS;
 
 case DEMUX_FILTER_DISABLE:

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