[vlc-devel] [PATCH 3.0] vlm: print notice about upcoming VoD removal

Pierre Ynard linkfanel at yahoo.fr
Sat Sep 19 20:19:39 CEST 2020


diff --git a/src/input/vlm.c b/src/input/vlm.c
index d001cdb..57197e7 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 );
-- 
Pierre Ynard
"Une âme dans un corps, c'est comme un dessin sur une feuille de papier."


More information about the vlc-devel mailing list