Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
450
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
c2c5341f
Commit
c2c5341f
authored
3 years ago
by
Thomas Guillem
Committed by
Rémi Denis-Courmont
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
lib: media: remove deprecated comment
parent
c338de7b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1565
libvlc: rename libvlc_Ended and libvlc_MediaPlayerEndReached
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/vlc/libvlc_media.h
+1
-7
1 addition, 7 deletions
include/vlc/libvlc_media.h
with
1 addition
and
7 deletions
include/vlc/libvlc_media.h
+
1
−
7
View file @
c2c5341f
...
...
@@ -77,13 +77,7 @@ typedef enum libvlc_meta_t {
}
libvlc_meta_t
;
/**
* Note the order of libvlc_state_t enum must match exactly the order of
* \see mediacontrol_PlayerStatus, \see input_state_e enums,
* and VideoLAN.LibVLC.State (at bindings/cil/src/media.cs).
*
* Expected states by web plugins are:
* IDLE/CLOSE=0, OPENING=1, PLAYING=3, PAUSED=4,
* STOPPING=5, ENDED=6, ERROR=7
* libvlc media or media_player state
*/
typedef
enum
libvlc_state_t
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment