X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Flibvlc-module.c;h=0089d725e75d2f08fd0663599a34d5e29158a703;hb=e0b32b4cb3f6d9f391cbfe4bb06f42741073c845;hp=a34f497216f12429daa849112a6b41135c6c33e8;hpb=29aab237c4c96a15dd6dd9d56b2ec54e8cbf7d30;p=vlc diff --git a/src/libvlc-module.c b/src/libvlc-module.c index a34f497216..0089d725e7 100644 --- a/src/libvlc-module.c +++ b/src/libvlc-module.c @@ -172,7 +172,7 @@ static const char *const ppsz_snap_formats[] = "This is a ',' separated string, each objects should be prefixed by " \ "a '+' or a '-' to respectively enable or disable it. The keyword " \ "'all' refers to all objects. Objects can be refered to by their " \ - "type or name. Rules applying to named objects take precendence " \ + "type or module name. Rules applying to named objects take precendence " \ "over rules applying to object types. Note that you still need to " \ "use -vvv to actually display debug message.") @@ -1796,7 +1796,7 @@ vlc_module_begin(); add_string( "sout", NULL, NULL, SOUT_TEXT, SOUT_LONGTEXT, true ); add_bool( "sout-display", false, NULL, SOUT_DISPLAY_TEXT, SOUT_DISPLAY_LONGTEXT, true ); - add_bool( "sout-keep", true, NULL, SOUT_KEEP_TEXT, + add_bool( "sout-keep", false, NULL, SOUT_KEEP_TEXT, SOUT_KEEP_LONGTEXT, true ); add_bool( "sout-all", 0, NULL, SOUT_ALL_TEXT, SOUT_ALL_LONGTEXT, true );