summaryrefslogtreecommitdiff
path: root/libbanshee
diff options
context:
space:
mode:
authorDavid Nielsen <gnomeuser@gmail.com>2010-11-17 23:33:40 -0200
committerAlex Launi <alex.launi@canonical.com>2010-11-25 14:40:38 -0500
commitdc5ef50da302a0758c6a2dcd60a45466dcc1f3b0 (patch)
tree4c64a045032444b760803de87b11beac146ef420 /libbanshee
parent3f6992b68b4e523b72b1d6e45478a42ce3675610 (diff)
[libbanshee] Make note in banshee-player-pipeline that gapless workaround will be fixed in gst 0.10.31
https://bugzilla.gnome.org/show_bug.cgi?id=635139
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 6bca604f1..b0363ee00 100644
--- a/libbanshee/banshee-player-pipeline.c
+++ b/libbanshee/banshee-player-pipeline.c
@@ -87,9 +87,10 @@ bp_next_track_starting (BansheePlayer *player)
g_return_val_if_fail (IS_BANSHEE_PLAYER (player), FALSE);
g_return_val_if_fail (GST_IS_ELEMENT (player->playbin), FALSE);
- // Work around BGO #602437 - gapless transition between tracks with
+ // FIXME: Work around BGO #602437 - gapless transition between tracks with
// video streams results in broken behaviour - most obviously, huge A/V
// sync issues.
+ // Will be in GStreamer 0.10.31
has_video = bp_stream_has_video (player->playbin);
if (player->in_gapless_transition && has_video) {
gchar *uri;