commit 5365fec309f3455b426cbdad3cef58f2da85fd70
Author: Bastien Nocera <hadess(a)fedoraproject.org>
Date: Wed Aug 29 13:03:09 2007 +0000
- Add patch to avoid critical warning when getting information about
missing codecs
- Up liboil requirement
gst-plugins-base-0.10.9-docs.patch | 15 ---------------
gstreamer-plugins-base-0.10.14-unsupported-codec.patch | 11 +++++++++++
gstreamer-plugins-base.spec | 16 +++++++++++++---
3 files changed, 24 insertions(+), 18 deletions(-)
---
diff --git a/gstreamer-plugins-base-0.10.14-unsupported-codec.patch
b/gstreamer-plugins-base-0.10.14-unsupported-codec.patch
new file mode 100644
index 0000000..a9ab946
--- /dev/null
+++ b/gstreamer-plugins-base-0.10.14-unsupported-codec.patch
@@ -0,0 +1,11 @@
+--- 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 */
diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec
index 2242e60..9c36e57 100644
--- a/gstreamer-plugins-base.spec
+++ b/gstreamer-plugins-base.spec
@@ -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-%{...
+Source:
http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-%{...
+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 @@ This package contains a set of well-maintained base plug-ins.
%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 @@ GStreamer Base Plugins library development and header files.
%doc %{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{majorminor}
%changelog
+* Wed Aug 29 2007 - Bastien Nocera <bnocera(a)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(a)redhat.com> 0.10.14-4
- BuildReq on libvisual and add the plugin. (#253491)