Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
9bd2469e
Commit
9bd2469e
authored
Dec 02, 2007
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
control/event.c: Print the event string description on error, instead of its numerical type.
parent
c1d8551f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
src/control/event.c
src/control/event.c
+2
-3
No files found.
src/control/event.c
View file @
9bd2469e
...
@@ -31,7 +31,6 @@
...
@@ -31,7 +31,6 @@
* Private functions
* Private functions
*/
*/
/*
/*
* Internal libvlc functions
* Internal libvlc functions
*/
*/
...
@@ -344,6 +343,6 @@ void libvlc_event_detach_lock_state( libvlc_event_manager_t *p_event_manager,
...
@@ -344,6 +343,6 @@ void libvlc_event_detach_lock_state( libvlc_event_manager_t *p_event_manager,
vlc_mutex_unlock
(
&
p_event_manager
->
event_sending_lock
);
vlc_mutex_unlock
(
&
p_event_manager
->
event_sending_lock
);
libvlc_exception_raise
(
p_e
,
libvlc_exception_raise
(
p_e
,
"This object event manager doesn't know about '%
i
,%p,%p' event observer"
,
"This object event manager doesn't know about '%
s
,%p,%p' event observer"
,
event_type
,
pf_callback
,
p_user_data
);
libvlc_event_type_name
(
event_type
)
,
pf_callback
,
p_user_data
);
}
}
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