Commit 8d5934d2 authored by Jean-Paul Saman's avatar Jean-Paul Saman

stream_out/select.c: better wording

Improve wording of comments and description
parent 369b343e
/*****************************************************************************
* autodel.c: monitor mux inputs and automatically add/delete streams
* select.c: Select individual es to enable or disable
*****************************************************************************
* Copyright (C) 2006-2011 the VideoLAN team
* $Id$
......@@ -54,7 +54,7 @@ static void Close ( vlc_object_t * );
vlc_module_begin ()
set_shortname(N_("Select"))
set_description(N_("Select individual ES-es from stream"))
set_description(N_("Select individual ES-es to enable/disable from stream"))
set_capability("sout stream", 50 )
add_integer(SOUT_CFG_PREFIX "port", 5001, NULL,
PORT_TEXT, PORT_LONGTEXT, true)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment