Accepting request 1136706 from home:alarrosa:branches:multimedia:libs
- Update to version 1.22.8: + appsrc: Fix flow return when buffer is dropped + audioringbuffer: Don't try to map MONO channel + encoding-target: Properly free when missing type field in parse_encoding_profile + pbutils: Don't include default vp9 parameters in resulting codec mime string + videorate: Don't forget last_ts on caps changes - Rebase reduce-required-meson.patch OBS-URL: https://build.opensuse.org/request/show/1136706 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=212
This commit is contained in:
parent
bfaa083b99
commit
977ebee6ed
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62519e0d8f969ebf62a9a7996f2d23efdda330217a635f4a32c0bf1c71577468
|
||||
size 2366292
|
3
gst-plugins-base-1.22.8.tar.xz
Normal file
3
gst-plugins-base-1.22.8.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb6792e5c73c6defb9159c36ea6e4b78a2f8af6512678b4bd3b02c8d2d492acf
|
||||
size 2368188
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 4 07:53:18 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Update to version 1.22.8:
|
||||
+ appsrc: Fix flow return when buffer is dropped
|
||||
+ audioringbuffer: Don't try to map MONO channel
|
||||
+ encoding-target: Properly free when missing type field in
|
||||
parse_encoding_profile
|
||||
+ pbutils: Don't include default vp9 parameters in resulting
|
||||
codec mime string
|
||||
+ videorate: Don't forget last_ts on caps changes
|
||||
- Rebase reduce-required-meson.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 28 11:28:12 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gstreamer-plugins-base
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -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.7
|
||||
Version: 1.22.8
|
||||
Release: 0
|
||||
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
|
@ -1,10 +1,10 @@
|
||||
Index: gst-plugins-base-1.22.7/meson.build
|
||||
Index: gst-plugins-base-1.22.8/meson.build
|
||||
===================================================================
|
||||
--- gst-plugins-base-1.22.7.orig/meson.build
|
||||
+++ gst-plugins-base-1.22.7/meson.build
|
||||
--- gst-plugins-base-1.22.8.orig/meson.build
|
||||
+++ gst-plugins-base-1.22.8/meson.build
|
||||
@@ -1,6 +1,6 @@
|
||||
project('gst-plugins-base', 'c',
|
||||
version : '1.22.7',
|
||||
version : '1.22.8',
|
||||
- meson_version : '>= 0.62',
|
||||
+ meson_version : '>= 0.61',
|
||||
default_options : [ 'warning_level=1',
|
||||
|
Loading…
Reference in New Issue
Block a user