diff --git a/gstreamer1-plugins-base.spec b/gstreamer1-plugins-base.spec index bf3e6b2..3916480 100644 --- a/gstreamer1-plugins-base.spec +++ b/gstreamer1-plugins-base.spec @@ -6,7 +6,7 @@ Name: gstreamer1-plugins-base Version: 1.14.4 -Release: 1%{?gitcommit:.git%{shortcommit}}%{?dist} +Release: 2%{?gitcommit:.git%{shortcommit}}%{?dist} Summary: GStreamer streaming media framework base plugins License: LGPLv2+ @@ -19,6 +19,8 @@ Source0: gst-plugins-base-%{version}.tar.xz Source0: http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-%{version}.tar.xz %endif Patch0: 0001-missing-plugins-Remove-the-mpegaudioversion-field.patch +# https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/350#note_102166 +Patch1: 0001-video-converter-fix-number-of-allocated-lines.patch BuildRequires: gcc-c++ BuildRequires: gstreamer1-devel >= %{version} @@ -105,6 +107,7 @@ for the GStreamer Base Plugins library. %prep %setup -q -n gst-plugins-base-%{version} %patch0 -p1 +%patch1 -p1 %build # die rpath (method of modifying libtool fails here) @@ -462,6 +465,10 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-play-1.0 %changelog +* Fri Jan 11 2019 Bastien Nocera - 1.14.4-2 ++ gstreamer1-plugins-base-1.14.4-2 +- Fix thumbnail colours for 10-bit MPEG-4 files + * Wed Oct 03 2018 Wim Taymans - 1.14.4-1 - Update to 1.14.4