[vlc-devel] commit: Fix missing signal while stopping preparser (fixes #3291) ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Feb 14 14:45:53 CET 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Feb 14 15:43:49 2010 +0200| [32e68688ea59b2736afb69738749df3e2b32e6e5] | committer: Rémi Denis-Courmont
Fix missing signal while stopping preparser (fixes #3291)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=32e68688ea59b2736afb69738749df3e2b32e6e5
---
src/playlist/preparser.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/playlist/preparser.c b/src/playlist/preparser.c
index 792b432..9dbc15d 100644
--- a/src/playlist/preparser.c
+++ b/src/playlist/preparser.c
@@ -208,6 +208,7 @@ static void *Thread( void *data )
{
p_current = NULL;
p_preparser->b_live = false;
+ vlc_cond_signal( &p_preparser->wait );
}
vlc_mutex_unlock( &p_preparser->lock );
More information about the vlc-devel
mailing list