From e97c08f1a7e94f60ea49f2fd397f1006f8c38d2b Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Sep 02 2007 15:05:45 +0000 Subject: - Add a patch to fix id3demux, so that MP3s can be played back (#273561) --- diff --git a/gstreamer-0.10.6-id3demux-segment.patch b/gstreamer-0.10.6-id3demux-segment.patch new file mode 100644 index 0000000..a73632d --- /dev/null +++ b/gstreamer-0.10.6-id3demux-segment.patch @@ -0,0 +1,14 @@ +--- 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; + } + diff --git a/gstreamer-plugins-good.spec b/gstreamer-plugins-good.spec index 9d02f1e..2c2b51a 100644 --- a/gstreamer-plugins-good.spec +++ b/gstreamer-plugins-good.spec @@ -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 @@ License: LGPL 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 @@ This package contains documentation for the GStreamer Good Plug-ins. %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 @@ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer-%{majorminor}.schemas > /dev/null || : %changelog +* Sun Sep 02 2007 - Bastien Nocera - 0.10.6-5 +- Add a patch to fix id3demux, so that MP3s can be played back + (#273561) + * Tue Aug 28 2007 - Bastien Nocera - 0.10.6-4 --Add the ladspa plugins (#253375) +- Add the ladspa plugins (#253375) * Tue Aug 21 2007 Adam Jackson - 0.10.6-3 - Rebuild for build id