[vlc-commits] [Git][videolan/vlc][master] core: make vod-server option obsolete
    Rémi Denis-Courmont (@Courmisch) 
    gitlab at videolan.org
       
    Wed Feb  2 15:41:01 UTC 2022
    
    
  
Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC
Commits:
41072874 by Steve Lhomme at 2022-02-02T11:18:51+00:00
core: make vod-server option obsolete
The remaining module usage was removed with 7b8c6467396d570ba5d0e144186fb01e77e6d306.
- - - - -
1 changed file:
- src/libvlc-module.c
Changes:
=====================================
src/libvlc-module.c
=====================================
@@ -1074,11 +1074,6 @@ static const char* const ppsz_restore_playback_desc[] = {
     "the correct demuxer is not automatically detected. You should not "\
     "set this as a global option unless you really know what you are doing." )
 
-#define VOD_SERVER_TEXT N_("VoD server module")
-#define VOD_SERVER_LONGTEXT N_( \
-    "You can select which VoD server module you want to use. Set this " \
-    "to 'vod_rtsp' to switch back to the old, legacy module." )
-
 #define TRACER_TEXT N_("Tracer module")
 #define TRACER_LONGTEXT N_( \
     "This allow to select which tracer module you want to use." )
@@ -2047,8 +2042,7 @@ vlc_module_begin ()
     set_subcategory( SUBCAT_ADVANCED_MISC )
     add_category_hint(N_("Advanced"), NULL)
     set_section( N_("Special modules"), NULL )
-    add_module("vod-server", "vod server", NULL,
-               VOD_SERVER_TEXT, VOD_SERVER_LONGTEXT)
+    add_obsolete_string("vod-server") /* since 4.0.0 */
     add_module("tracer", "tracer", NULL,
                TRACER_TEXT, TRACER_LONGTEXT)
 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/410728742e326a10b6106a7c7917dc05c22f6f6a
-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/410728742e326a10b6106a7c7917dc05c22f6f6a
You're receiving this email because of your account on code.videolan.org.
    
    
More information about the vlc-commits
mailing list