Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
25e85b0b
Commit
25e85b0b
authored
Jun 26, 2004
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src/playlist/playlist.c, modules/gui/skins2/src/skin_main.cpp: hmmm
parent
f9b51f55
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
modules/gui/skins2/src/skin_main.cpp
modules/gui/skins2/src/skin_main.cpp
+1
-1
src/playlist/playlist.c
src/playlist/playlist.c
+1
-0
No files found.
modules/gui/skins2/src/skin_main.cpp
View file @
25e85b0b
...
@@ -272,7 +272,7 @@ static int DemuxOpen( vlc_object_t *p_this )
...
@@ -272,7 +272,7 @@ static int DemuxOpen( vlc_object_t *p_this )
if
(
p_intf
!=
NULL
)
if
(
p_intf
!=
NULL
)
{
{
// Do nothing is skins2 is not the main interface
// Do nothing is skins2 is not the main interface
if
(
var_Type
(
p_intf
,
"skin-to-load"
)
!
=
VLC_VAR_STRING
)
if
(
var_Type
(
p_intf
,
"skin-to-load"
)
=
=
VLC_VAR_STRING
)
{
{
playlist_t
*
p_playlist
=
playlist_t
*
p_playlist
=
(
playlist_t
*
)
vlc_object_find
(
p_this
,
VLC_OBJECT_PLAYLIST
,
(
playlist_t
*
)
vlc_object_find
(
p_this
,
VLC_OBJECT_PLAYLIST
,
...
...
src/playlist/playlist.c
View file @
25e85b0b
...
@@ -360,6 +360,7 @@ static void RunThread ( playlist_t *p_playlist )
...
@@ -360,6 +360,7 @@ static void RunThread ( playlist_t *p_playlist )
if
(
p_playlist
->
pp_items
[
p_playlist
->
i_index
]
->
b_autodeletion
)
if
(
p_playlist
->
pp_items
[
p_playlist
->
i_index
]
->
b_autodeletion
)
{
{
playlist_Delete
(
p_playlist
,
p_playlist
->
i_index
);
playlist_Delete
(
p_playlist
,
p_playlist
->
i_index
);
p_playlist
->
i_status
=
PLAYLIST_RUNNING
;
}
}
/* Select the next playlist item */
/* Select the next playlist item */
...
...
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