[vlc-devel] commit: smem should only start when explicitly requested ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Nov 29 10:32:00 CET 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Nov 29 11:31:20 2009 +0200| [47f7069eb00e369d9ed5d4d9a52def1ee3875411] | committer: Rémi Denis-Courmont 

smem should only start when explicitly requested

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

 modules/stream_out/smem.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/stream_out/smem.c b/modules/stream_out/smem.c
index b444905..06c7f4b 100644
--- a/modules/stream_out/smem.c
+++ b/modules/stream_out/smem.c
@@ -96,7 +96,7 @@ static void Close( vlc_object_t * );
 vlc_module_begin ()
     set_shortname( N_("smem"))
     set_description( N_("Stream output to memory buffer") )
-    set_capability( "sout stream", 50 )
+    set_capability( "sout stream", 0 )
     add_shortcut( "smem" )
     set_category( CAT_SOUT )
     set_subcategory( SUBCAT_SOUT_STREAM )




More information about the vlc-devel mailing list