Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
medialibrary
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
57
Issues
57
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VideoLAN
medialibrary
Commits
b7465aa9
Commit
b7465aa9
authored
Dec 11, 2018
by
Hugo Beauzée-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
IMediaLibrary: Fix typo
parent
7c3823e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/medialibrary/IMediaLibrary.h
include/medialibrary/IMediaLibrary.h
+2
-2
No files found.
include/medialibrary/IMediaLibrary.h
View file @
b7465aa9
...
...
@@ -98,7 +98,7 @@ class IMediaLibraryCb
public:
virtual
~
IMediaLibraryCb
()
=
default
;
/**
* @brief on
File
Added Will be called when some media get added.
* @brief on
Media
Added Will be called when some media get added.
* Depending if the media is being restored or was just discovered,
* the media type might be a best effort guess. If the media was freshly
* discovered, it is extremely likely that no metadata will be
...
...
@@ -107,7 +107,7 @@ public:
*/
virtual
void
onMediaAdded
(
std
::
vector
<
MediaPtr
>
media
)
=
0
;
/**
* @brief on
File
Updated Will be called when a file metadata gets updated.
* @brief on
Media
Updated Will be called when a file metadata gets updated.
*/
virtual
void
onMediaModified
(
std
::
vector
<
MediaPtr
>
media
)
=
0
;
...
...
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