]> git.sesse.net Git - vlc/commit
Add ability to prepend headers to messages (object-specific) and use it for VLM media...
authorClément Stenac <zorglub@videolan.org>
Sun, 15 Jan 2006 20:29:38 +0000 (20:29 +0000)
committerClément Stenac <zorglub@videolan.org>
Sun, 15 Jan 2006 20:29:38 +0000 (20:29 +0000)
commit1856ddb7cf42f53773c4f86f040de10e5529d357
treeb8d42b696259c53b01862aa9df3c7f46cb9fa92c
parentb9304629a0910b580e3d07c3829fbed5f5353362
Add ability to prepend headers to messages (object-specific) and use it for VLM media (Closes:#496)

To use it, put a string in p_object->psz_header, all messages from this object and its parent will have the header prepended
include/vlc_common.h
include/vlc_input.h
include/vlc_messages.h
include/vlc_symbols.h
src/input/input.c
src/misc/messages.c
src/misc/objects.c
src/misc/vlm.c