[vlc-commits] vout-filter is not quite the same as vout-splitter so not an alias

Rémi Denis-Courmont git at videolan.org
Sun Oct 2 14:10:45 CEST 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Oct  2 15:10:21 2011 +0300| [0be0fafaf48b485f8fcea9b5359797b9d6f0dbfd] | committer: Rémi Denis-Courmont

vout-filter is not quite the same as vout-splitter so not an alias

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

 src/libvlc-module.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 4f45add..212c08e 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -1753,7 +1753,7 @@ vlc_module_begin ()
                 VIDEO_FILTER_TEXT, VIDEO_FILTER_LONGTEXT, false )
     add_module_list_cat( "video-splitter", SUBCAT_VIDEO_VFILTER, NULL,
                         VIDEO_SPLITTER_TEXT, VIDEO_SPLITTER_LONGTEXT, false )
-    add_deprecated_alias( "vout-filter" ) /* since 1.2.0 */
+    add_obsolete_string( "vout-filter" ) /* since 1.2.0 */
 #if 0
     add_string( "pixel-ratio", "1", PIXEL_RATIO_TEXT, PIXEL_RATIO_TEXT )
 #endif



More information about the vlc-commits mailing list