[vlc-devel] commit: And the final shortnames needed to look correctly in the preferences. ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Wed Jan 21 15:15:28 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jan 21 15:14:50 2009 +0100| [000076e7dd4055484a3b1f3df6fe18d2c4d64676] | committer: Jean-Baptiste Kempf
And the final shortnames needed to look correctly in the preferences.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=000076e7dd4055484a3b1f3df6fe18d2c4d64676
---
modules/packetizer/mpegvideo.c | 1 +
modules/stream_out/record.c | 1 +
modules/stream_out/transrate/transrate.c | 1 +
3 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/modules/packetizer/mpegvideo.c b/modules/packetizer/mpegvideo.c
index 0296da5..ad0f7da 100644
--- a/modules/packetizer/mpegvideo.c
+++ b/modules/packetizer/mpegvideo.c
@@ -68,6 +68,7 @@ vlc_module_begin ()
set_category( CAT_SOUT )
set_subcategory( SUBCAT_SOUT_PACKETIZER )
set_description( N_("MPEG-I/II video packetizer") )
+ set_shortname( N_("MPEG Video") )
set_capability( "packetizer", 50 )
set_callbacks( Open, Close )
diff --git a/modules/stream_out/record.c b/modules/stream_out/record.c
index 1174f97..8d42371 100644
--- a/modules/stream_out/record.c
+++ b/modules/stream_out/record.c
@@ -57,6 +57,7 @@ vlc_module_begin ()
set_description( N_("Record stream output") )
set_capability( "sout stream", 0 )
add_shortcut( "record" )
+ set_shortname( N_("Record") )
set_category( CAT_SOUT )
set_subcategory( SUBCAT_SOUT_STREAM )
diff --git a/modules/stream_out/transrate/transrate.c b/modules/stream_out/transrate/transrate.c
index 7d9e2f8..3f2f08e 100644
--- a/modules/stream_out/transrate/transrate.c
+++ b/modules/stream_out/transrate/transrate.c
@@ -79,6 +79,7 @@ vlc_module_begin ()
set_description( N_("MPEG2 video transrating stream output") )
set_capability( "sout stream", 50 )
add_shortcut( "transrate" )
+ set_shortname( N_("Transrate") )
set_callbacks( Open, Close )
add_integer( SOUT_CFG_PREFIX "vb", 3 * 100 * 1000, NULL,
More information about the vlc-devel
mailing list