[Xfce4-commits] [apps/parole] 01/02: Fix Audio CDs

noreply at xfce.org noreply at xfce.org
Wed Jun 11 04:24:23 CEST 2014


This is an automated email from the git hooks/post-receive script.

bluesabre pushed a commit to branch master
in repository apps/parole.

commit a492166eb7652474b1d7a464113b0caa73bc79bf
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Tue Jun 10 22:24:02 2014 -0400

    Fix Audio CDs
---
 src/gst/parole-gst.c |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/gst/parole-gst.c b/src/gst/parole-gst.c
index de6beef..4988e21 100644
--- a/src/gst/parole-gst.c
+++ b/src/gst/parole-gst.c
@@ -2564,7 +2564,13 @@ void parole_gst_play_device_uri (ParoleGst *gst, const gchar *uri, const gchar *
      * but cdda:// works.
      */
     if ( G_UNLIKELY (!g_strcmp0 (uri, "cdda:/") ) )
+    {
         local_uri = "cdda://";
+    }
+    else if (g_strcmp0(uri, "cdda://") == 0)
+    {
+        local_uri = "cdda://";
+    }
     else
     {
         if (g_str_has_prefix(device, "/dev/"))

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list