diff --git a/gstreamer1-plugins-base.spec b/gstreamer1-plugins-base.spec index 14221a5..0619537 100644 --- a/gstreamer1-plugins-base.spec +++ b/gstreamer1-plugins-base.spec @@ -2,13 +2,14 @@ Name: gstreamer1-plugins-base Version: 1.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GStreamer streaming media framework base plugins License: LGPLv2+ URL: http://gstreamer.freedesktop.org/ Source0: http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-%{version}.tar.xz Patch0: 0001-missing-plugins-Remove-the-mpegaudioversion-field.patch +Patch1: 0001-playsink-If-the-visualisation-is-changing-and-reconf.patch BuildRequires: gstreamer1-devel >= %{version} BuildRequires: gobject-introspection-devel >= 1.31.1 @@ -87,6 +88,7 @@ for the GStreamer Base Plugins library. %prep %setup -q -n gst-plugins-base-%{version} %patch0 -p1 +%patch1 -p1 %build @@ -350,6 +352,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-discoverer-1.0 %changelog +* Thu Oct 03 2013 Adam Jackson 1.2.0-2 +- Upstream patch to fix a deadlock + * Tue Sep 24 2013 Brian Pepple - 1.2.0-1 - Update to 1.2.0.