vlc | branch: master | Rémi Denis-Courmont <[email protected]> | 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 _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
