Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Konstantin Pavlov
VLC
Commits
483bc03f
Commit
483bc03f
authored
3 years ago
by
Hugo Beauzée-Luyssen
Committed by
Jean-Baptiste Kempf
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
libvlc_media.h: Fix thumbnail_request doc
parent
259f2753
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/vlc/libvlc_media.h
+2
-2
2 additions, 2 deletions
include/vlc/libvlc_media.h
with
2 additions
and
2 deletions
include/vlc/libvlc_media.h
+
2
−
2
View file @
483bc03f
...
...
@@ -713,7 +713,7 @@ typedef enum libvlc_thumbnailer_seek_speed_t
}
libvlc_thumbnailer_seek_speed_t
;
/**
* \brief libvlc_media_
ge
t_thumbnail_by_time Start an asynchronous thumbnail generation
* \brief libvlc_media_
reques
t_thumbnail_by_time Start an asynchronous thumbnail generation
*
* If the request is successfuly queued, the libvlc_MediaThumbnailGenerated
* is guaranteed to be emited.
...
...
@@ -750,7 +750,7 @@ libvlc_media_thumbnail_request_by_time( libvlc_media_t *md,
libvlc_time_t
timeout
);
/**
* \brief libvlc_media_
ge
t_thumbnail_by_pos Start an asynchronous thumbnail generation
* \brief libvlc_media_
reques
t_thumbnail_by_pos Start an asynchronous thumbnail generation
*
* If the request is successfuly queued, the libvlc_MediaThumbnailGenerated
* is guaranteed to be emited.
...
...
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