[banshee] [libbanshee] Make note in banshee-player-pipeline that gapless workaround will be fixed in gst 0.10.
- From: Alex Launi <alexlauni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] [libbanshee] Make note in banshee-player-pipeline that gapless workaround will be fixed in gst 0.10.
- Date: Thu, 25 Nov 2010 19:40:54 +0000 (UTC)
commit dc5ef50da302a0758c6a2dcd60a45466dcc1f3b0
Author: David Nielsen <gnomeuser gmail com>
Date: Wed Nov 17 23:33:40 2010 -0200
[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
libbanshee/banshee-player-pipeline.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libbanshee/banshee-player-pipeline.c b/libbanshee/banshee-player-pipeline.c
index 6bca604..b0363ee 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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]