summaryrefslogtreecommitdiff
path: root/libbanshee
diff options
context:
space:
mode:
authorDavid Nielsen <gnomeuser@gmail.com>2010-11-10 23:50:39 -0200
committerGabriel Burt <gabriel.burt@gmail.com>2010-11-17 14:38:01 -0600
commit08d28ecbf82ee0605ebbe229439127b59d66998a (patch)
treea2292a0a5480c62dbc45cb85cc0f126f735dfc9c /libbanshee
parent1f70fe95fb4c5c9723cab450ad3926e3b9aac27b (diff)
[libbanshee] Improve comment for playbin2 workaround
Specifically, add what bug the about-to-finish signal workaround is there because of, and what version the fix is now in. Signed-off-by: Gabriel Burt <gabriel.burt@gmail.com>
Diffstat (limited to 'libbanshee')
-rw-r--r--libbanshee/banshee-player-pipeline.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbanshee/banshee-player-pipeline.c b/libbanshee/banshee-player-pipeline.c
index ce16a48f7..abf0bfb47 100644
--- a/libbanshee/banshee-player-pipeline.c
+++ b/libbanshee/banshee-player-pipeline.c
@@ -302,8 +302,9 @@ _bp_pipeline_construct (BansheePlayer *player)
player->supports_stream_volume ? "YES" : "NO");
#ifdef ENABLE_GAPLESS
- // Connect a proxy about-to-finish callback that will generate a next-track-starting callback.
+ // FIXME: Connect a proxy about-to-finish callback that will generate a next-track-starting callback.
// This can be removed once playbin2 generates its own next-track signal.
+ // bgo#584987 - this is included in >= 0.10.26
g_signal_connect (player->playbin, "about-to-finish", G_CALLBACK (bp_about_to_finish_callback), player);
#endif //ENABLE_GAPLESS