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
32dc8391
Commit
32dc8391
authored
Mar 21, 2006
by
Benjamin Pracht
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* There is no reason not to allow to open the information panel on nodes
* We now have an (ugly) way to rename nodes
parent
268f255b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
modules/gui/macosx/playlistinfo.m
modules/gui/macosx/playlistinfo.m
+3
-3
No files found.
modules/gui/macosx/playlistinfo.m
View file @
32dc8391
...
...
@@ -43,6 +43,7 @@
if
(
self
!=
nil
)
{
p_item
=
NULL
;
o_statUpdateTimer
=
nil
;
}
return
(
self
);
}
...
...
@@ -158,7 +159,6 @@
/* check whether our item is valid, because we would crash if not */
if
(
!
[
self
isItemInPlaylist
:
p_item
]
)
return
;
char
*
psz_temp
;
vlc_mutex_lock
(
&
p_item
->
input
.
lock
);
...
...
@@ -233,7 +233,7 @@
if
(
[
self
isItemInPlaylist
:
p_item
]
)
{
/* we can only do that if there's a valid input around */
vlc_mutex_lock
(
&
p_item
->
input
.
p_stats
->
lock
);
/* input */
...
...
@@ -324,7 +324,7 @@
for
(
i
=
0
;
i
<
p_playlist
->
i_size
;
i
++
)
{
if
(
p_playlist
->
pp_items
[
i
]
==
p_local_item
)
if
(
p_playlist
->
pp_
all_
items
[
i
]
==
p_local_item
)
{
vlc_object_release
(
p_playlist
);
return
YES
;
...
...
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