[vlc-devel] commit: In fact it's the module name ( as in MODULE_NAME on the gcc comand line) and not the object name. ( Antoine Cellerier )

git version control git at videolan.org
Tue Sep 2 02:05:34 CEST 2008


vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Tue Sep  2 02:07:54 2008 +0200| [ce2e6d1f928505cd80a0cc0b088f62abc424a862] | committer: Antoine Cellerier 

In fact it's the module name (as in MODULE_NAME on the gcc comand line) and not the object name.

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

 src/libvlc-module.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index a34f497..911aed4 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.")
 




More information about the vlc-devel mailing list