changeset 1373:85ffec632924

Use InputPlayback.playing properly.
author William Pitcock <nenolod@atheme-project.org>
date Wed, 25 Jul 2007 16:48:53 -0500
parents 495825028a70
children e17e009b3d9b 095595555e7b
files src/vorbis/vorbis.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/vorbis/vorbis.c	Wed Jul 25 16:40:29 2007 -0500
+++ b/src/vorbis/vorbis.c	Wed Jul 25 16:48:53 2007 -0500
@@ -557,6 +557,7 @@
     ov_clear(&vf);
     g_mutex_unlock(vf_mutex);
     vorbis_is_streaming = 0;
+    playback->playing = 0;
     return NULL;
 }