[banshee] On Windows, hack around a playback crash
- From: Gabriel Burt <gburt src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [banshee] On Windows, hack around a playback crash
- Date: Tue, 2 Feb 2010 04:19:30 +0000 (UTC)
commit e80d11dbd3376ceeae5e87990463bd9dfee3150a
Author: Gabriel Burt <gabriel burt gmail com>
Date: Mon Feb 1 20:19:03 2010 -0800
On Windows, hack around a playback crash
Works around BGO #585514
.../Banshee.GStreamer/PlayerEngine.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/Backends/Banshee.GStreamer/Banshee.GStreamer/PlayerEngine.cs b/src/Backends/Banshee.GStreamer/Banshee.GStreamer/PlayerEngine.cs
index 4ddcdb1..b608722 100644
--- a/src/Backends/Banshee.GStreamer/Banshee.GStreamer/PlayerEngine.cs
+++ b/src/Backends/Banshee.GStreamer/Banshee.GStreamer/PlayerEngine.cs
@@ -140,7 +140,9 @@ namespace Banshee.GStreamer
tag_found_callback = new GstTaggerTagFoundCallback (OnTagFound);
bp_set_eos_callback (handle, eos_callback);
+#if !WIN32
bp_set_iterate_callback (handle, iterate_callback);
+#endif
bp_set_error_callback (handle, error_callback);
bp_set_state_changed_callback (handle, state_changed_callback);
bp_set_buffering_callback (handle, buffering_callback);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]