[rhythmbox] playbin2: clear the current track finishing flag when closing (bug #601528)
- From: Jonathan Matthew <jmatthew src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [rhythmbox] playbin2: clear the current track finishing flag when closing (bug #601528)
- Date: Wed, 11 Nov 2009 13:40:54 +0000 (UTC)
commit d655375d6321ce91ba51cf0a5fe217333b62ad6b
Author: Andy Owen <andy-gnome ultra-premium com>
Date: Wed Nov 11 23:40:19 2009 +1000
playbin2: clear the current track finishing flag when closing (bug #601528)
backends/gstreamer/rb-player-gst.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/backends/gstreamer/rb-player-gst.c b/backends/gstreamer/rb-player-gst.c
index b89fea2..8d485fd 100644
--- a/backends/gstreamer/rb-player-gst.c
+++ b/backends/gstreamer/rb-player-gst.c
@@ -659,6 +659,7 @@ impl_close (RBPlayer *player, const char *uri, GError **error)
mp->priv->playing = FALSE;
mp->priv->buffering = FALSE;
+ mp->priv->current_track_finishing = FALSE;
_destroy_stream_data (mp);
g_free (mp->priv->uri);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]