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:
f06a603
)
control/video: find the vout anywhere, so the one spawned by audio output (audio...
author
Rafaël Carré
<funman@videolan.org>
Wed, 3 Oct 2007 21:29:34 +0000
(21:29 +0000)
committer
Rafaël Carré
<funman@videolan.org>
Wed, 3 Oct 2007 21:29:34 +0000
(21:29 +0000)
src/control/video.c
patch
|
blob
|
history
diff --git
a/src/control/video.c
b/src/control/video.c
index
24103f0
..
fbe1ee8
100644
(file)
--- a/
src/control/video.c
+++ b/
src/control/video.c
@@
-43,7
+43,7
@@
static vout_thread_t *GetVout( libvlc_media_instance_t *p_mi,
if( p_input_thread )
{
- p_vout = vlc_object_find( p_input_thread, VLC_OBJECT_VOUT, FIND_
CHILD
);
+ p_vout = vlc_object_find( p_input_thread, VLC_OBJECT_VOUT, FIND_
ANYWHERE
);
if( !p_vout )
{
libvlc_exception_raise( p_exception, "No active video output" );