git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9be4778
)
Typo in pl_Release();
author
Jean-Paul Saman
<jpsaman@videolan.org>
Sun, 15 Jun 2008 16:45:16 +0000
(18:45 +0200)
committer
Jean-Paul Saman
<jpsaman@videolan.org>
Wed, 18 Jun 2008 09:39:22 +0000
(11:39 +0200)
src/video_output/vout_intf.c
patch
|
blob
|
history
diff --git
a/src/video_output/vout_intf.c
b/src/video_output/vout_intf.c
index
2457bbd
..
ab02bd8
100644
(file)
--- a/
src/video_output/vout_intf.c
+++ b/
src/video_output/vout_intf.c
@@
-1199,7
+1199,7
@@
static int OnTopCallback( vlc_object_t *p_this, char const *psz_cmd,
var_Create( p_playlist, "video-on-top", VLC_VAR_BOOL );
var_Set( p_playlist, "video-on-top", newval );
- pl_Release( p_
this
);
+ pl_Release( p_
playlist
);
return VLC_SUCCESS;
}