[vlc-devel] commit: Flush vout on release. (Laurent Aimar )
git version control
git at videolan.org
Mon Jan 5 21:26:48 CET 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon Jan 5 21:25:39 2009 +0100| [4e9d2d2ebd91c0f6a8e8532a1284459bcedfef81] | committer: Laurent Aimar
Flush vout on release.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4e9d2d2ebd91c0f6a8e8532a1284459bcedfef81
---
src/input/ressource.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/input/ressource.c b/src/input/ressource.c
index 147a2c5..a3ba994 100644
--- a/src/input/ressource.c
+++ b/src/input/ressource.c
@@ -216,6 +216,7 @@ static vout_thread_t *RequestVout( input_ressource_t *p_ressource,
else
{
msg_Dbg( p_ressource->p_input, "saving a free vout" );
+ vout_Flush( p_vout, 1 );
p_ressource->p_vout_free = p_vout;
}
return NULL;
More information about the vlc-devel
mailing list