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

- Update to version 1.18.2:
  + Highlighted bugfixes:
    - Fix MPEG-TS timestamping regression when playing DVB streams
    - compositor: fix artefacts in certain input scaling/conversion
      situations and make sure that the output format is actually
      supported, plus renegotiation fixes
    - Fix sftp:// URI playback in decodebin/playbin via giosrc
    - adaptivedemux/dashdemux/hlsdemux fixes
    - rtsp-server fixes
    - android media: fix crash when encoding AVC
    - fix races in various unit tests
    - lots of other bug fixes and memory leak fixes
    - various stability, performance and reliability improvements
    - g-i annotation fixes
    - build fixes
  + gstreamer changes:
    - bin: When removing a sink, check if the EOS status changed
    - info: colorize PIDs in log messages
    - aggregator: Include min-upstream-latency in buffering time,
      helps especially with performance issues on single core
      systems where there are a lot of threads running
    - typefind: copy seqnum to new segment event, fixing issues
      with oggdemux operating in push mode with typefind operating
      in pull mode
    - identity, clocksync: Also provide system clock if sync=false
    - queue2: Fix modes in scheduling query handling
    - harness: Handle element not being set cleanly
    - g-i: Add some missing nullable annotations, and fix some
      nullable annotations:
    - gst_test_clock_process_next_clock_id() returns nullable
    - gst_stream_type_get_name() is not nullable
    - build: fix build issue when compiling for 32-bit
      architectures with 64-bit time_t (e.g. riscv32) by increasing
      padding in GstClockEntryImpl in gst_private.h
- Fix the _service file and spec to really use the tarball
  generated by service.

OBS-URL: https://build.opensuse.org/request/show/854481
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=162
This commit is contained in:
Dominique Leuenberger 2020-12-10 13:23:42 +00:00 committed by Git OBS Bridge
parent c6dc5e1a65
commit 9706f63f4d
5 changed files with 59 additions and 9 deletions

View File

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

View File

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

3
gstreamer-1.18.2.tar.xz Normal file
View File

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

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Tue Dec 8 23:09:03 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.18.2:
+ Highlighted bugfixes:
- Fix MPEG-TS timestamping regression when playing DVB streams
- compositor: fix artefacts in certain input scaling/conversion
situations and make sure that the output format is actually
supported, plus renegotiation fixes
- Fix sftp:// URI playback in decodebin/playbin via giosrc
- adaptivedemux/dashdemux/hlsdemux fixes
- rtsp-server fixes
- android media: fix crash when encoding AVC
- fix races in various unit tests
- lots of other bug fixes and memory leak fixes
- various stability, performance and reliability improvements
- g-i annotation fixes
- build fixes
+ gstreamer changes:
- bin: When removing a sink, check if the EOS status changed
- info: colorize PIDs in log messages
- aggregator: Include min-upstream-latency in buffering time,
helps especially with performance issues on single core
systems where there are a lot of threads running
- typefind: copy seqnum to new segment event, fixing issues
with oggdemux operating in push mode with typefind operating
in pull mode
- identity, clocksync: Also provide system clock if sync=false
- queue2: Fix modes in scheduling query handling
- harness: Handle element not being set cleanly
- g-i: Add some missing nullable annotations, and fix some
nullable annotations:
- gst_test_clock_process_next_clock_id() returns nullable
- gst_stream_type_get_name() is not nullable
- build: fix build issue when compiling for 32-bit
architectures with 64-bit time_t (e.g. riscv32) by increasing
padding in GstClockEntryImpl in gst_private.h
- Fix the _service file and spec to really use the tarball
generated by service.
-------------------------------------------------------------------
Tue Oct 27 15:49:59 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -17,21 +17,26 @@
%define gst_branch 1.0
Name: gstreamer
Version: 1.18.1
Version: 1.18.2
Release: 0
Summary: Streaming-Media Framework Runtime
License: LGPL-2.1-or-later
Group: Productivity/Multimedia/Other
URL: https://gstreamer.freedesktop.org/
Source0: https://gstreamer.freedesktop.org/src/gstreamer/%{name}-%{version}.tar.xz
URL: https://gstreamer.freedesktop.org
# Disable tarball source url, use _service
#Source0: %%{url}/src/gstreamer/%%{name}-%%{version}.tar.xz
Source0: %{name}-%{version}.tar.xz
Source1: gstreamer.macros
Source2: gstreamer.prov
Source99: baselibs.conf
# PATCH-FEATURE-UPSTREAM gstreamer-rpm-prov.patch bgo#588784 dimstar@opensuse.org -- Add --rpm parameter to allow creation of rpm provides, patch from fedora
Patch1: gstreamer-rpm-prov.patch
# PATCH-FIX-OPENSUSE gstreamer-pie.patch mgorse@suse.com -- create position-independent executables.
Patch2: gstreamer-pie.patch
BuildRequires: bison >= 2.4
BuildRequires: check-devel
BuildRequires: fdupes