Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC-Tizen
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
9
Issues
9
List
Boards
Labels
Milestones
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
VideoLAN
VLC-Tizen
Commits
72b90b9a
Commit
72b90b9a
authored
Oct 20, 2015
by
Ludovic Fauvet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playback service: don't forget to initialize i_ctx
parent
e0fa7987
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/playback_service.c
src/playback_service.c
+2
-1
No files found.
src/playback_service.c
View file @
72b90b9a
...
@@ -324,7 +324,8 @@ playback_service_create(application *p_app)
...
@@ -324,7 +324,8 @@ playback_service_create(application *p_app)
goto
error
;
goto
error
;
}
}
p_ps
->
p_ml
=
get_media_list
(
p_ps
,
PLAYLIST_CONTEXT_AUDIO
);
p_ps
->
i_ctx
=
PLAYLIST_CONTEXT_AUDIO
;
p_ps
->
p_ml
=
get_media_list
(
p_ps
,
p_ps
->
i_ctx
);
p_ps
->
p_ea_evas
=
evas_new
();
p_ps
->
p_ea_evas
=
evas_new
();
if
(
p_ps
->
p_ea_evas
)
if
(
p_ps
->
p_ea_evas
)
...
...
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