rpms/gstreamer-plugins-base/F-11 0001-cddabasesrc-Don-t-set-the-track-to-1-every-time-a-de.patch, NONE, 1.1 gstreamer-plugins-base.spec, 1.81, 1.82

Bastien Nocera hadess at fedoraproject.org
Mon Nov 30 15:30:17 UTC 2009


Author: hadess

Update of /cvs/pkgs/rpms/gstreamer-plugins-base/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27329

Modified Files:
	gstreamer-plugins-base.spec 
Added Files:
	0001-cddabasesrc-Don-t-set-the-track-to-1-every-time-a-de.patch 
Log Message:
* Mon Nov 30 2009 Bastien Nocera <bnocera at redhat.com> 0.10.25-3
- Fix audio CDs only every playing the first track in Exaile (#531763)


0001-cddabasesrc-Don-t-set-the-track-to-1-every-time-a-de.patch:
 gstcddabasesrc.c |    3 ---
 1 file changed, 3 deletions(-)

--- NEW FILE 0001-cddabasesrc-Don-t-set-the-track-to-1-every-time-a-de.patch ---
>From acaeed6131539facc523862e0f418f8602c6b095 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian.droege at collabora.co.uk>
Date: Mon, 9 Nov 2009 18:03:06 +0100
Subject: [PATCH] cddabasesrc: Don't set the track to 1 every time a device is set

Fixes bug #601104.
---
 gst-libs/gst/cdda/gstcddabasesrc.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/gst-libs/gst/cdda/gstcddabasesrc.c b/gst-libs/gst/cdda/gstcddabasesrc.c
index 5353a5b..2d351f4 100644
--- a/gst-libs/gst/cdda/gstcddabasesrc.c
+++ b/gst-libs/gst/cdda/gstcddabasesrc.c
@@ -320,8 +320,6 @@ gst_cdda_base_src_set_device (GstCddaBaseSrc * src, const gchar * device)
 #ifdef __sun
   }
 #endif
-
-  src->uri_track = 1;
 }
 
 static void
-- 
1.6.5.2



Index: gstreamer-plugins-base.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gstreamer-plugins-base/F-11/gstreamer-plugins-base.spec,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -p -r1.81 -r1.82
--- gstreamer-plugins-base.spec	27 Oct 2009 10:39:05 -0000	1.81
+++ gstreamer-plugins-base.spec	30 Nov 2009 15:30:17 -0000	1.82
@@ -3,7 +3,7 @@
 
 Name: 		%{gstreamer}-plugins-base
 Version: 	0.10.25
-Release:  	2%{?dist}
+Release:  	3%{?dist}
 Summary: 	GStreamer streaming media framework base plug-ins
 
 Group: 		Applications/Multimedia
@@ -38,6 +38,10 @@ Obsoletes:	gstreamer-plugins
 Patch0:		pulsesink-disable-old-version-hack.patch
 Conflicts:	gstreamer-plugins-good < 0.10.16-3
 
+# https://bugzilla.gnome.org/show_bug.cgi?id=601104
+# https://bugzilla.redhat.com/show_bug.cgi?id=531763
+Patch1:		0001-cddabasesrc-Don-t-set-the-track-to-1-every-time-a-de.patch
+
 # documentation
 BuildRequires:  gtk-doc >= 1.3
 BuildRequires:  PyXML
@@ -55,6 +59,7 @@ This package contains a set of well-main
 %prep
 %setup -q -n gst-plugins-base-%{version}
 %patch0 -p1 -R -b .old-pulsesink
+%patch1 -p1 -b .cdda-uri
 
 %build
 %configure \
@@ -250,6 +255,9 @@ GStreamer Base Plugins library developme
 %doc %{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{majorminor}
 
 %changelog
+* Mon Nov 30 2009 Bastien Nocera <bnocera at redhat.com> 0.10.25-3
+- Fix audio CDs only every playing the first track in Exaile (#531763)
+
 * Tue Oct 27 2009 Bastien Nocera <bnocera at redhat.com> 0.10.25-2
 - Fix audio disappearing with newer pulsesink
 




More information about the fedora-extras-commits mailing list