Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
f9ceeacc
Commit
f9ceeacc
authored
Jan 15, 2003
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
message queue overflow is now a warning.
parent
d95a9919
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/misc/messages.c
src/misc/messages.c
+2
-2
No files found.
src/misc/messages.c
View file @
f9ceeacc
...
...
@@ -4,7 +4,7 @@
* modules, especially intf modules. See config.h for output configuration.
*****************************************************************************
* Copyright (C) 1998-2002 VideoLAN
* $Id: messages.c,v 1.2
8 2002/12/30 17:36:01 gbazin
Exp $
* $Id: messages.c,v 1.2
9 2003/01/15 13:46:05 massiot
Exp $
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
...
...
@@ -313,7 +313,7 @@ static void QueueMsg( vlc_object_t *p_this, int i_type, const char *psz_module,
p_item
=
p_bank
->
msg
+
p_bank
->
i_stop
;
p_bank
->
i_stop
=
(
p_bank
->
i_stop
+
1
)
%
VLC_MSG_QSIZE
;
p_item
->
i_type
=
VLC_MSG_
ERR
;
p_item
->
i_type
=
VLC_MSG_
WARN
;
p_item
->
i_object_id
=
p_this
->
i_object_id
;
p_item
->
i_object_type
=
p_this
->
i_object_type
;
p_item
->
psz_module
=
strdup
(
"message"
);
...
...
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