]> git.sesse.net Git - vlc/blobdiff - modules/stream_out/gather.c
backport of r13238
[vlc] / modules / stream_out / gather.c
index 7985f71ab0d73beef70ec9a4676cb4e9840abe6e..aec924e0ae8c3c18ad07281ea34b6ea1aebe9fde 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * gather.c: gathering stream output module
  *****************************************************************************
- * Copyright (C) 2003-2004 VideoLAN
+ * Copyright (C) 2003-2004 the VideoLAN team
  * $Id$
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
@@ -40,6 +40,8 @@ vlc_module_begin();
     set_description( _("Gathering stream output") );
     set_capability( "sout stream", 50 );
     add_shortcut( "gather" );
+    set_category( CAT_SOUT );
+    set_subcategory( SUBCAT_SOUT_STREAM );
     set_callbacks( Open, Close );
 vlc_module_end();