Accepting request 854482 from home:iznogood:branches:multimedia:libs

- 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.

OBS-URL: https://build.opensuse.org/request/show/854482
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=161
This commit is contained in:
Dominique Leuenberger 2020-12-10 13:23:47 +00:00 committed by Git OBS Bridge
parent a7278586d0
commit 355f309d03
5 changed files with 48 additions and 9 deletions

View File

@ -1,10 +1,15 @@
<?xml version="1.0"?>
<services> <services>
<service name="tar_scm" mode="disabled"> <service name="tar_scm" mode="disabled">
<param name="url">https://gitlab.freedesktop.org/gstreamer/gst-plugins-base.git</param> <param name="url">https://gitlab.freedesktop.org/gstreamer/gst-plugins-base.git</param>
<param name="filename">gst-plugins-base</param> <param name="filename">gst-plugins-base</param>
<!--<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>--> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">(.*)\+0</param>
<param name="revision">1.18.1</param> <param name="versionrewrite-replacement">\1</param>
<!--
<param name="changesgenerate">enable</param>
-->
<param name="revision">1.18.2</param>
<param name="scm">git</param> <param name="scm">git</param>
</service> </service>
<service name="recompress" mode="disabled"> <service name="recompress" mode="disabled">

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1ba654d7de30f7284b4c7071b32f881b609733ce02ab6d9d9ea29386a036c641
size 3157952

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:edde2afd1fe733f676369f0abd4891c24b388d08624a9b46c073101d47b2cc09
size 3164232

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Dec 9 17:43:28 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
- 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 <alarrosa@suse.com> Tue Oct 27 15:55:35 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -20,13 +20,15 @@
%define gst_branch 1.0 %define gst_branch 1.0
%define gstreamer_req_version %(echo %{version} | sed -e "s/+.*//") %define gstreamer_req_version %(echo %{version} | sed -e "s/+.*//")
Name: gstreamer-plugins-base Name: gstreamer-plugins-base
Version: 1.18.1 Version: 1.18.2
Release: 0 Release: 0
Summary: GStreamer Streaming-Media Framework Plug-Ins Summary: GStreamer Streaming-Media Framework Plug-Ins
License: LGPL-2.1-or-later AND GPL-2.0-or-later License: LGPL-2.1-or-later AND GPL-2.0-or-later
Group: Productivity/Multimedia/Other Group: Productivity/Multimedia/Other
URL: https://gstreamer.freedesktop.org/ URL: https://gstreamer.freedesktop.org
Source0: https://gstreamer.freedesktop.org/src/gst-plugins-base/%{_name}-%{version}.tar.xz # 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 Source1: gstreamer-plugins-base.appdata.xml
Source2: baselibs.conf 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 # 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