Author: jwrdegoede
Update of /cvs/free/rpms/gstreamer-plugins-ugly/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2021
Modified Files:
.cvsignore gstreamer-plugins-ugly.spec sources
Added Files:
gst-plugins-ugly-0.10.17-mp3parse-rank.patch
Log Message:
* Fri Jan 28 2011 Hans de Goede <j.w.r.degoede(a)hhs.nl> - 0.10.17-1
- New upstream release 0.10.17
- Temporarily boost mp3parse element rank so that it gets prefered
over the new (and buggy) mpegaudioparse element from
gstreamer-plugins-bad-free (gnome#641047)
gst-plugins-ugly-0.10.17-mp3parse-rank.patch:
plugin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE gst-plugins-ugly-0.10.17-mp3parse-rank.patch ---
--- gst-plugins-ugly-0.10.17/gst/mpegaudioparse/plugin.c~ 2009-05-21 20:45:29.000000000
+0200
+++ gst-plugins-ugly-0.10.17/gst/mpegaudioparse/plugin.c 2011-01-31 17:16:35.738221028
+0100
@@ -31,7 +31,7 @@ plugin_init (GstPlugin * plugin)
if (!gst_element_register (plugin, "xingmux", GST_RANK_NONE,
GST_TYPE_XING_MUX))
return FALSE;
- if (!gst_element_register (plugin, "mp3parse", GST_RANK_PRIMARY + 1,
+ if (!gst_element_register (plugin, "mp3parse", GST_RANK_PRIMARY + 3,
GST_TYPE_MP3PARSE))
return FALSE;
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/gstreamer-plugins-ugly/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore 12 Sep 2010 11:07:54 -0000 1.11
+++ .cvsignore 31 Jan 2011 16:56:35 -0000 1.12
@@ -1 +1 @@
-gst-plugins-ugly-0.10.16.tar.bz2
+gst-plugins-ugly-0.10.17.tar.bz2
Index: gstreamer-plugins-ugly.spec
===================================================================
RCS file: /cvs/free/rpms/gstreamer-plugins-ugly/devel/gstreamer-plugins-ugly.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- gstreamer-plugins-ugly.spec 14 Oct 2010 22:02:49 -0000 1.28
+++ gstreamer-plugins-ugly.spec 31 Jan 2011 16:56:35 -0000 1.29
@@ -10,12 +10,13 @@
Summary: GStreamer streaming media framework "ugly" plug-ins
Name: gstreamer-plugins-ugly
-Version: 0.10.16
-Release: 2%{?dist}
+Version: 0.10.17
+Release: 1%{?dist}
License: LGPLv2+
Group: Applications/Multimedia
URL:
http://gstreamer.freedesktop.org/
Source:
http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-%{...
+Patch0: gst-plugins-ugly-0.10.17-mp3parse-rank.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: %{gstreamer} >= %{gst_minver}
BuildRequires: %{gstreamer}-devel >= %{gst_minver}
@@ -75,6 +76,7 @@
%prep
%setup -q -n gst-plugins-ugly-%{version}
+%patch0 -p1
%build
@@ -131,6 +133,12 @@
%changelog
+* Fri Jan 28 2011 Hans de Goede <j.w.r.degoede(a)hhs.nl> - 0.10.17-1
+- New upstream release 0.10.17
+- Temporarily boost mp3parse element rank so that it gets prefered
+ over the new (and buggy) mpegaudioparse element from
+ gstreamer-plugins-bad-free (gnome#641047)
+
* Fri Oct 15 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 0.10.16-2
- Rebuilt for gcc bug
Index: sources
===================================================================
RCS file: /cvs/free/rpms/gstreamer-plugins-ugly/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources 12 Sep 2010 11:07:54 -0000 1.11
+++ sources 31 Jan 2011 16:56:35 -0000 1.12
@@ -1 +1 @@
-989e1b0fab010f73f76912f70ec5f62a gst-plugins-ugly-0.10.16.tar.bz2
+504ed6508c3a8f035a2002ed69d68506 gst-plugins-ugly-0.10.17.tar.bz2