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

New stable release

OBS-URL: https://build.opensuse.org/request/show/1070521
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=195
This commit is contained in:
Luciano Santos 2023-03-10 23:16:32 +00:00 committed by Git OBS Bridge
parent e044cd1927
commit eb5c3bf705
6 changed files with 74 additions and 13 deletions

View File

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

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

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

View File

@ -1,7 +1,7 @@
Index: gstreamer-1.22.0/tools/gst-inspect.c
Index: gstreamer-1.22.1/tools/gst-inspect.c
===================================================================
--- gstreamer-1.22.0.orig/tools/gst-inspect.c
+++ gstreamer-1.22.0/tools/gst-inspect.c
--- gstreamer-1.22.1.orig/tools/gst-inspect.c
+++ gstreamer-1.22.1/tools/gst-inspect.c
@@ -1869,7 +1869,224 @@ print_tracer_info (GstPluginFeature * fe
* is meant for machines, not humans.
*/
@ -344,7 +344,7 @@ Index: gstreamer-1.22.0/tools/gst-inspect.c
{"plugin", '\0', 0, G_OPTION_ARG_NONE, &plugin_name,
N_("List the plugin contents"), NULL},
{"types", 't', 0, G_OPTION_ARG_STRING, &types,
@@ -2284,7 +2527,7 @@ real_main (int argc, char *argv[])
@@ -2289,7 +2532,7 @@ real_main (int argc, char *argv[])
/* if there is such a plugin, print out info */
if (plugin) {
if (print_aii) {
@ -353,7 +353,7 @@ Index: gstreamer-1.22.0/tools/gst-inspect.c
} else {
print_plugin_info (plugin);
print_plugin_features (plugin);
@@ -2297,13 +2540,17 @@ real_main (int argc, char *argv[])
@@ -2302,13 +2545,17 @@ real_main (int argc, char *argv[])
if (plugin) {
if (print_aii) {

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Thu Mar 9 17:03:26 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.22.1:
+ Highlighted bugfixes:
- audio channel-mix: allow up to 64 channels (instead of up to
63 channels)
- avfvideosrc: Don't wait on main thread for permissions
request
- avvidenc: avoid generating inaccurate output timestamps,
especially with variable framerate streams
- AV1 video codec caps signalling improvements in various
elements
- codectimestamper: Fix timestamping on sequence update
- d3d11overlaycompositor: fix texture width and height
- d3d11videosink: Fix rendering on external handle
- dashdemux2: fix seek operation taking a log time to finish
for some streams
- nvencoder: Fix B-frame encoding on Linux and min buffers in
auto GPU mode
- playbin3: fixing buffering for live pipelines
- playbin: fix potential deadlock when stopping stream with
subtitles visible
- redenc: fix setting of extension ID for twcc
- rtspsrc: improved compatibility with more broken RTSP servers
- v4l2h264dec: Fix Raspberry Pi4 will not play video in
application
- vtdec: fix jittery playback of H.264 Level 4.1 movies in
macOS
- vtdec: Fix non-deterministic frame output after flushing
seeks
- vtenc: fix handling of interlaced ProRes on Apple M1 hardware
- vtenc: don't advertise ARGB/RGBA64 input caps on M1 Pro/Max
with macOS <13
- wasapi2src: Fix loopback capture on Windows 10 Anniversary
Update
- tools: better handling of non-ASCII command line arguments on
Windows
- gst-libav: fix build against newer ffmpeg versions
- gst-python: Use arch-specific install dir for gi overrides
- cerbero: Fix setuptools site.py breakage in Python 3.11
- macOS packages: Fix broken binaries on macos < 11.0
- various bug fixes, memory leak fixes, and other stability and
reliability improvements
+ gstreamer:
- buffer: fix copy meta reference debug log formatting
- bin: Don't unlock unlocked mutex in gst_bin_remove_func()
- pad: Don't leak user_data in gst_pad_start_task()
- aggregator: Always lock aggpad around update_time_level
- inputselector: Avoid potential deadlock when shutting down,
e.g. playbin with subtitles
- multiqueue: Handle use-interleave latency live pipelines,
fixing buffering for live pipelines in playbin3
- GstBaseSrc: fix transfer annotation for fixate() virtual
method
- GstBaseSrc, GstPushSrc: add nullable annotations to virtual
methods
- tools: Make sure UTF-8 encoded command line arguments on
Windows
- Rebase patches with quilt.
-------------------------------------------------------------------
Tue Feb 7 22:30:48 UTC 2023 - munix9@googlemail.com

View File

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

View File

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