Antonio Larrosa 2023-09-28 07:34:44 +00:00 committed by Git OBS Bridge
parent fac3cca7b0
commit 9751b22f2d
5 changed files with 22 additions and 8 deletions

BIN
gst-plugins-base-1.22.5.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Sep 22 11:36:10 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.22.6:
+ audio: Make sure to stop ringbuffer on error
+ decodebin3:
- Avoid identity, sinkpad, parsebin leakage when reset input
- Ensure the slot is unlinked before linking to decoder
+ sdp:
- Fix wrong debug log error message for missing clock-rate in
caps
- Parse zero clock-rate as default
- Rebase reduce-required-meson.patch
-------------------------------------------------------------------
Tue Jul 25 11:05:58 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -20,7 +20,7 @@
%define gst_branch 1.0
%define gstreamer_req_version %(echo %{version} | sed -e "s/+.*//")
Name: gstreamer-plugins-base
Version: 1.22.5
Version: 1.22.6
Release: 0
Summary: GStreamer Streaming-Media Framework Plug-Ins
License: GPL-2.0-or-later AND LGPL-2.1-or-later

View File

@ -1,10 +1,10 @@
Index: gst-plugins-base-1.22.5/meson.build
Index: gst-plugins-base-1.22.6/meson.build
===================================================================
--- gst-plugins-base-1.22.5.orig/meson.build
+++ gst-plugins-base-1.22.5/meson.build
--- gst-plugins-base-1.22.6.orig/meson.build
+++ gst-plugins-base-1.22.6/meson.build
@@ -1,6 +1,6 @@
project('gst-plugins-base', 'c',
version : '1.22.5',
version : '1.22.6',
- meson_version : '>= 0.62',
+ meson_version : '>= 0.61',
default_options : [ 'warning_level=1',