[banshee/gst#] [gst#] Fix cdda handle
- From: Olivier Dufour <dufoli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee/gst#] [gst#] Fix cdda handle
- Date: Fri, 17 Jun 2011 10:36:24 +0000 (UTC)
commit 62a7ae3b2f73423c751f5fc6b9ede3a528887727
Author: Olivier Dufour <olivier duff gmail com>
Date: Sat Jun 11 18:40:27 2011 +0200
[gst#] Fix cdda handle
.../Banshee.GStreamerSharp/CddaManager.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Backends/Banshee.GStreamerSharp/Banshee.GStreamerSharp/CddaManager.cs b/src/Backends/Banshee.GStreamerSharp/Banshee.GStreamerSharp/CddaManager.cs
index 0a48e03..caf9568 100644
--- a/src/Backends/Banshee.GStreamerSharp/Banshee.GStreamerSharp/CddaManager.cs
+++ b/src/Backends/Banshee.GStreamerSharp/Banshee.GStreamerSharp/CddaManager.cs
@@ -131,7 +131,7 @@ namespace Banshee.GStreamerSharp
string new_cdda_device;
int p;
- if (playbin == null || String.IsNullOrEmpty (uri) || uri.StartsWith ("cdda://")) {
+ if (playbin == null || String.IsNullOrEmpty (uri) || !uri.StartsWith ("cdda://")) {
// Something is hosed or the URI isn't actually CDDA
if (Device != null) {
Log.WarningFormat ("cdda: finished using device ({0})", Device);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]