[vlc-devel] [PATCH 2/3] vlm: print deprecation notice upon loading
Pierre Ynard
linkfanel at yahoo.fr
Sat Sep 19 07:51:00 CEST 2020
diff --git a/src/input/vlm.c b/src/input/vlm.c
index 116fc52..4b6707e 100644
--- a/src/input/vlm.c
+++ b/src/input/vlm.c
@@ -127,6 +127,7 @@ vlm_t *vlm_New( libvlc_int_t *libvlc, const char *psz_vlmconf )
}
msg_Dbg( p_this, "creating VLM" );
+ msg_Info( p_this, "The VLM is deprecated. Instead, please consider using several separate VLC instances, or the task management and scheduling services provided by your operating system." );
p_vlm = vlc_custom_create( p_this, sizeof( *p_vlm ), "vlm daemon" );
if( !p_vlm )
--
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