Accepting request 1095466 from GNOME:Next

- Update to version 1.22.4:
  + Highlighted bugfixes:
    - Security fixes for flacparse, dvdspu, and subparse.
    - d3d11videosink: Fix error on pause and play.
    - decklink: Correctly handle SDK strings on macOS and free
      strings after usage on Linux.
    - filesink: Fix buffered mode writing of buffer lists and
      buffers with multiple memories.
    - gldownload: handle passthrough without a critical.
    - h265parse: Fix framerate handling regression.
    - oggdemux: vp8 fixes.
    - mp4mux, qtmux, qtdemux: Opus audio mapping fixes.
    - pngdec: Fix wrong colours output from 16bit RGB images.
    - ptp clock: Work around ptpd bug in default configuration.
    - srtpdec: fix critical warnings on shutdown.
    - v4l2src: fix support for bayer format.
    - v4l2videoenc: support force-keyframe event in v4l2 encoder.
    - vtenc: apply DTS offset to ensure DTS <= PTS.
    - gst-python: allow more functions to be called before
      gst_init().
    - various bug fixes, memory leak fixes, and other stability and
      reliability improvements.
  + gstreamer:
    - filesink: Fix buffered mode writing of buffer lists and
      buffers with multiple memories.
    - basesink: Clear EOS flag on STREAM-START event.
    - typefindhelper: downgrade bogus error level debug log
      message.
    - ptp:
      . Correctly parse clock ID from the commandline parameters in
        the helper.
      . Work around bug in ptpd in default configuration.
- Rebase reduce-required-meson.patch.

OBS-URL: https://build.opensuse.org/request/show/1095466
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=201
This commit is contained in:
Takashi Iwai 2023-06-30 13:45:27 +00:00 committed by Git OBS Bridge
parent 333fe88c33
commit 1d1ebc3cf7
5 changed files with 45 additions and 8 deletions

View File

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

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

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

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Mon Jun 26 14:13:11 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.22.4:
+ Highlighted bugfixes:
- Security fixes for flacparse, dvdspu, and subparse.
- d3d11videosink: Fix error on pause and play.
- decklink: Correctly handle SDK strings on macOS and free
strings after usage on Linux.
- filesink: Fix buffered mode writing of buffer lists and
buffers with multiple memories.
- gldownload: handle passthrough without a critical.
- h265parse: Fix framerate handling regression.
- oggdemux: vp8 fixes.
- mp4mux, qtmux, qtdemux: Opus audio mapping fixes.
- pngdec: Fix wrong colours output from 16bit RGB images.
- ptp clock: Work around ptpd bug in default configuration.
- srtpdec: fix critical warnings on shutdown.
- v4l2src: fix support for bayer format.
- v4l2videoenc: support force-keyframe event in v4l2 encoder.
- vtenc: apply DTS offset to ensure DTS <= PTS.
- gst-python: allow more functions to be called before
gst_init().
- various bug fixes, memory leak fixes, and other stability and
reliability improvements.
+ gstreamer:
- filesink: Fix buffered mode writing of buffer lists and
buffers with multiple memories.
- basesink: Clear EOS flag on STREAM-START event.
- typefindhelper: downgrade bogus error level debug log
message.
- ptp:
. Correctly parse clock ID from the commandline parameters in
the helper.
. Work around bug in ptpd in default configuration.
- Rebase reduce-required-meson.patch.
-------------------------------------------------------------------
Wed May 24 14:20:04 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -19,7 +19,7 @@
%define gst_branch 1.0
Name: gstreamer
Version: 1.22.3
Version: 1.22.4
Release: 0
Summary: Streaming-Media Framework Runtime
License: LGPL-2.1-or-later

View File

@ -1,10 +1,10 @@
Index: gstreamer-1.22.3/meson.build
Index: gstreamer-1.22.4/meson.build
===================================================================
--- gstreamer-1.22.3.orig/meson.build
+++ gstreamer-1.22.3/meson.build
--- gstreamer-1.22.4.orig/meson.build
+++ gstreamer-1.22.4/meson.build
@@ -1,6 +1,6 @@
project('gstreamer', 'c',
version : '1.22.3',
version : '1.22.4',
- meson_version : '>= 0.62',
+ meson_version : '>= 0.61',
default_options : [ 'warning_level=1',