diff --git a/_service b/_service index 360f3f7..0085c25 100644 --- a/_service +++ b/_service @@ -1,10 +1,15 @@ + https://gitlab.freedesktop.org/gstreamer/gst-plugins-base.git gst-plugins-base - - @PARENT_TAG@ - 1.18.1 + @PARENT_TAG@+@TAG_OFFSET@ + (.*)\+0 + \1 + + 1.18.2 git diff --git a/gst-plugins-base-1.18.1.tar.xz b/gst-plugins-base-1.18.1.tar.xz deleted file mode 100644 index 4b225d9..0000000 --- a/gst-plugins-base-1.18.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ba654d7de30f7284b4c7071b32f881b609733ce02ab6d9d9ea29386a036c641 -size 3157952 diff --git a/gst-plugins-base-1.18.2.tar.xz b/gst-plugins-base-1.18.2.tar.xz new file mode 100644 index 0000000..96591f2 --- /dev/null +++ b/gst-plugins-base-1.18.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edde2afd1fe733f676369f0abd4891c24b388d08624a9b46c073101d47b2cc09 +size 3164232 diff --git a/gstreamer-plugins-base.changes b/gstreamer-plugins-base.changes index e034ec3..cc5975c 100644 --- a/gstreamer-plugins-base.changes +++ b/gstreamer-plugins-base.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Wed Dec 9 17:43:28 UTC 2020 - Bjørn Lie + +- Update to version 1.18.2: + + gl/eagl: internal view resize fixes for glimagesink + + video-converter: increase the number of cache lines for + resampling, fixes significant color issues and artefacts with + "special" resizing parameters in compositor + + compositor: Don't crash in prepare_frame() if the pad was just + removed + + decodebin3: Properly handle caps query with no filter + + videoaggregator: + - Guarantee that the output format is supported + - Fix locking around vagg->info + - Fix renegotiation when using convert pad + - document and fix locking in convert pad + + gluploadelement: + - Avoid race condition of base class' context + - Avoid race condition of inside upload creation + + gl: Fix prototype of glGetSynciv() + + tcpserversink: Don't assume g_socket_get_remote_address() + succeeds + + audiodecoder, videodecoder: Don't reset max-errors property + value in reset() + + audioencoder: Fix incorrect GST_LOG_OBJECT usage + + pbutils: Fix segfault when using invalid encoding profile + + g-i: videometa: gir annotate the size of plane array in new API + + examples/gl/gtk: Add missing dependency on gstgl + + video: fix doc warning. +- Fix the _service file and spec to really use the tarball + generated by service. + ------------------------------------------------------------------- Tue Oct 27 15:55:35 UTC 2020 - Antonio Larrosa diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec index c1559c3..a834ed3 100644 --- a/gstreamer-plugins-base.spec +++ b/gstreamer-plugins-base.spec @@ -20,13 +20,15 @@ %define gst_branch 1.0 %define gstreamer_req_version %(echo %{version} | sed -e "s/+.*//") Name: gstreamer-plugins-base -Version: 1.18.1 +Version: 1.18.2 Release: 0 Summary: GStreamer Streaming-Media Framework Plug-Ins License: LGPL-2.1-or-later AND GPL-2.0-or-later Group: Productivity/Multimedia/Other -URL: https://gstreamer.freedesktop.org/ -Source0: https://gstreamer.freedesktop.org/src/gst-plugins-base/%{_name}-%{version}.tar.xz +URL: https://gstreamer.freedesktop.org +# Disable tarball source url, use _service +#Source0: %%{url}/src/gst-plugins-base/%%{_name}-%%{version}.tar.xz +Source0: %{_name}-%{version}.tar.xz Source1: gstreamer-plugins-base.appdata.xml Source2: baselibs.conf # PATCH-FIX-OPENSUSE gstreamer-plugins-base-gl-deps.patch dimstar@opensuse.org -- Local workaround for https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/735