rpms/gstreamer-plugins-base/devel gstreamer-plugins-base-0.10.14-unsupported-codec.patch, NONE, 1.1 gstreamer-plugins-base.spec, 1.33, 1.34 gst-plugins-base-0.10.9-docs.patch, 1.1, NONE

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Wed Aug 29 13:03:43 UTC 2007


Author: hadess

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

Modified Files:
	gstreamer-plugins-base.spec 
Added Files:
	gstreamer-plugins-base-0.10.14-unsupported-codec.patch 
Removed Files:
	gst-plugins-base-0.10.9-docs.patch 
Log Message:
* Wed Aug 29 2007 - Bastien Nocera <bnocera at redhat.com> - 0.10.14-5
- Add patch to avoid critical warning when getting information about
  missing codecs
- Up liboil requirement


gstreamer-plugins-base-0.10.14-unsupported-codec.patch:

--- NEW FILE gstreamer-plugins-base-0.10.14-unsupported-codec.patch ---
--- gstdecodebin.c	2007/06/23 14:44:07	1.98
+++ gstdecodebin.c	2007/08/27 11:59:56	1.99
@@ -749,7 +749,7 @@
     GList *to_try;
 
     /* if the caps has many types, we need to delay */
-    if (gst_caps_get_size (caps) != 1)
+    if (!gst_caps_is_fixed (caps))
       goto many_types;
 
     /* continue plugging, first find all compatible elements */


Index: gstreamer-plugins-base.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gstreamer-plugins-base/devel/gstreamer-plugins-base.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- gstreamer-plugins-base.spec	28 Aug 2007 16:55:18 -0000	1.33
+++ gstreamer-plugins-base.spec	29 Aug 2007 13:03:09 -0000	1.34
@@ -5,17 +5,18 @@
 
 Name: 		%{gstreamer}-plugins-base
 Version: 	0.10.14
-Release:  	4%{?dist}	
+Release:  	5%{?dist}	
 Summary: 	GStreamer streaming media framework base plug-ins
 
 Group: 		Applications/Multimedia
 License: 	LGPL
 URL:		http://gstreamer.freedesktop.org/
-Source:         http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-%{version}.tar.bz2
+Source:		http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-%{version}.tar.bz2
+Patch0:		gstreamer-plugins-base-0.10.14-unsupported-codec.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:       %{gstreamer} >= %{_gst}
-Requires:	liboil >= 0.3.12-7
+Requires:	liboil >= 0.3.12-9
 BuildRequires: 	%{gstreamer}-devel >= %{_gst}
 
 BuildRequires:  gettext
@@ -50,6 +51,10 @@
 %prep
 %setup -q -n gst-plugins-base-%{version}
 
+pushd gst/playback/
+%patch0 -p0
+popd
+
 %build
 %configure \
   --with-package-name='Fedora Core gstreamer-plugins-base package' \
@@ -234,6 +239,11 @@
 %doc %{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{majorminor}
 
 %changelog
+* Wed Aug 29 2007 - Bastien Nocera <bnocera at redhat.com> - 0.10.14-5
+- Add patch to avoid critical warning when getting information about
+  missing codecs
+- Up liboil requirement
+
 * Tue Aug 28 2007 Adam Jackson <ajax at redhat.com> 0.10.14-4
 - BuildReq on libvisual and add the plugin. (#253491)
 


--- gst-plugins-base-0.10.9-docs.patch DELETED ---




More information about the fedora-extras-commits mailing list