Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
medialibrary
Commits
e325a4a9
Commit
e325a4a9
authored
Sep 18, 2017
by
Alexandre Fernandez
Committed by
Hugo Beauzée-Luyssen
Sep 19, 2017
Browse files
Task: Add 'mrl' attribute and constructor from MRL
Signed-off-by:
Hugo Beauzée-Luyssen
<
hugo@beauzee.fr
>
parent
2d397002
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/parser/Task.h
View file @
e325a4a9
...
...
@@ -59,8 +59,15 @@ struct Task
{
}
Task
(
const
std
::
string
&
mrl
)
:
mrl
{
mrl
}
,
currentService
{
0
}
{
}
std
::
shared_ptr
<
Media
>
media
;
std
::
shared_ptr
<
File
>
file
;
std
::
string
mrl
;
VLC
::
Media
vlcMedia
;
unsigned
int
currentService
;
};
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment