[vlc-commits] vlm: print notice about upcoming VoD removal

Pierre Ynard git at videolan.org
Sat Oct 3 12:13:35 CEST 2020


vlc/vlc-3.0 | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Sat Oct  3 12:10:44 2020 +0200| [e10c226d8fa1d6da86e3b2de9cea863a39ec83e9] | committer: Pierre Ynard

vlm: print notice about upcoming VoD removal

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

 src/input/vlm.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/input/vlm.c b/src/input/vlm.c
index d001cdb86c..67b2fc1b34 100644
--- a/src/input/vlm.c
+++ b/src/input/vlm.c
@@ -754,6 +754,8 @@ static int vlm_ControlMediaAdd( vlm_t *p_vlm, vlm_media_t *p_cfg, int64_t *p_id
     /* Check if we need to load the VOD server */
     if( p_cfg->b_vod && !p_vlm->p_vod )
     {
+        msg_Info( p_vlm, "VoD support will be removed from the VLM in the next major version of VLC." );
+
         p_vlm->p_vod = vlc_custom_create( VLC_OBJECT(p_vlm), sizeof( vod_t ),
                                           "vod server" );
         p_vlm->p_vod->p_module = module_need( p_vlm->p_vod, "vod server", "$vod-server", false );



More information about the vlc-commits mailing list