Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
84387c93
Commit
84387c93
authored
Jul 27, 2008
by
ivoire
Browse files
Lock the playlist here.
parent
bf6e5c38
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/services_discovery/upnp_intel.cpp
View file @
84387c93
...
...
@@ -295,9 +295,11 @@ static int Open( vlc_object_t *p_this )
p_sys
->
p_playlist
=
pl_Yield
(
p_sd
);
/* Create our playlist node */
vlc_object_lock
(
p_sys
->
p_playlist
);
playlist_NodesPairCreate
(
pl_Get
(
p_sd
),
_
(
"Devices"
),
&
p_sys
->
p_node_cat
,
&
p_sys
->
p_node_one
,
true
);
vlc_object_unlock
(
p_sys
->
p_playlist
);
return
VLC_SUCCESS
;
}
...
...
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