rpms/gstreamer-plugins-good/devel gstreamer-0.10.6-id3demux-segment.patch, NONE, 1.1 gstreamer-plugins-good.spec, 1.44, 1.45

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Sun Sep 2 15:06:18 UTC 2007


Author: hadess

Update of /cvs/pkgs/rpms/gstreamer-plugins-good/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29753

Modified Files:
	gstreamer-plugins-good.spec 
Added Files:
	gstreamer-0.10.6-id3demux-segment.patch 
Log Message:
* Sun Sep 02 2007 - Bastien Nocera <bnocera at redhat.com> - 0.10.6-5
- Add a patch to fix id3demux, so that MP3s can be played back
  (#273561)


gstreamer-0.10.6-id3demux-segment.patch:

--- NEW FILE gstreamer-0.10.6-id3demux-segment.patch ---
--- gstid3demux.c	2007/05/25 20:51:36	1.29
+++ gstid3demux.c	2007/07/10 10:16:38	1.30
@@ -646,10 +646,7 @@
 
         /* Might need a new segment before the buffer */
         if (id3demux->need_newseg) {
-          if (!gst_id3demux_send_new_segment (id3demux)) {
-            GST_DEBUG_OBJECT (id3demux, "Failed to send new segment event");
-            goto error;
-          }
+          gst_id3demux_send_new_segment (id3demux);
           id3demux->need_newseg = FALSE;
         }
 


Index: gstreamer-plugins-good.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gstreamer-plugins-good/devel/gstreamer-plugins-good.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- gstreamer-plugins-good.spec	28 Aug 2007 22:29:07 -0000	1.44
+++ gstreamer-plugins-good.spec	2 Sep 2007 15:05:45 -0000	1.45
@@ -6,7 +6,7 @@
 
 Name: 		%{gstreamer}-plugins-good
 Version: 	0.10.6
-Release:  	4%{?dist}
+Release:  	5%{?dist}
 Summary: 	GStreamer plug-ins with good code and licensing
 
 Group: 		Applications/Multimedia
@@ -14,6 +14,7 @@
 URL:		http://gstreamer.freedesktop.org/
 Source:         http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-%{version}.tar.bz2
 Patch0:		gst-plugins-good-0.10.4-docs.patch
+Patch1:		gstreamer-0.10.6-id3demux-segment.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires: 	%{gstreamer} >= %{_gst}
@@ -95,6 +96,9 @@
 %prep
 %setup -q -n gst-plugins-good-%{version}
 %patch0 -p1 -b .docs
+pushd gst/id3demux/
+%patch1 -p0 -b .segment
+popd
 
 %build
 
@@ -232,8 +236,12 @@
 gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer-%{majorminor}.schemas > /dev/null || :
 
 %changelog
+* Sun Sep 02 2007 - Bastien Nocera <bnocera at redhat.com> - 0.10.6-5
+- Add a patch to fix id3demux, so that MP3s can be played back
+  (#273561)
+
 * Tue Aug 28 2007 - Bastien Nocera <bnocera at redhat.com> - 0.10.6-4
--Add the ladspa plugins (#253375)
+- Add the ladspa plugins (#253375)
 
 * Tue Aug 21 2007 Adam Jackson <ajax at redhat.com> - 0.10.6-3
 - Rebuild for build id




More information about the fedora-extras-commits mailing list