Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
8b5a848f
Commit
8b5a848f
authored
Apr 29, 2004
by
Clément Stenac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing objects descriptions
parent
6e5788c8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
src/misc/messages.c
src/misc/messages.c
+6
-1
No files found.
src/misc/messages.c
View file @
8b5a848f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* modules, especially intf modules. See config.h for output configuration.
* modules, especially intf modules. See config.h for output configuration.
*****************************************************************************
*****************************************************************************
* Copyright (C) 1998-2004 VideoLAN
* Copyright (C) 1998-2004 VideoLAN
* $Id
: messages.c,v 1.38 2004/01/06 12:02:06 zorglub Exp
$
* $Id$
*
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
* Samuel Hocevar <sam@zoy.org>
...
@@ -491,6 +491,11 @@ static void PrintMsg ( vlc_object_t * p_this, msg_item_t * p_item )
...
@@ -491,6 +491,11 @@ static void PrintMsg ( vlc_object_t * p_this, msg_item_t * p_item )
case
VLC_OBJECT_VOUT
:
psz_object
=
"video output"
;
break
;
case
VLC_OBJECT_VOUT
:
psz_object
=
"video output"
;
break
;
case
VLC_OBJECT_AOUT
:
psz_object
=
"audio output"
;
break
;
case
VLC_OBJECT_AOUT
:
psz_object
=
"audio output"
;
break
;
case
VLC_OBJECT_SOUT
:
psz_object
=
"stream output"
;
break
;
case
VLC_OBJECT_SOUT
:
psz_object
=
"stream output"
;
break
;
case
VLC_OBJECT_HTTPD
:
psz_object
=
"http daemon"
;
break
;
case
VLC_OBJECT_DIALOGS
:
psz_object
=
"dialogs provider"
;
break
;
case
VLC_OBJECT_VLM
:
psz_object
=
"vlm"
;
break
;
case
VLC_OBJECT_ANNOUNCE
:
psz_object
=
"announce handler"
;
break
;
case
VLC_OBJECT_DEMUX
:
psz_object
=
"demuxer"
;
break
;
}
}
#ifdef UNDER_CE
#ifdef UNDER_CE
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment