Accepting request 754045 from home:iznogood:branches:multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/754045 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=147
This commit is contained in:
parent
47211f32b9
commit
70ce70188e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02211c3447c4daa55919c5c0f43a82a6fbb51740d57fc3af0639d46f1cf4377d
|
||||
size 3325992
|
3
gstreamer-1.16.2.tar.xz
Normal file
3
gstreamer-1.16.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3f044246783fd685439647373fa13ba14f7ab0b346eadd06437092f8419e94e
|
||||
size 3328600
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 4 10:20:33 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.16.2:
|
||||
+ Interlaced video scaling fixes
|
||||
+ CineForm video support in AVI
|
||||
+ audioresample: avoid glitches due to rounding errors after
|
||||
changing rate
|
||||
+ Command line tool output printing improvements on Windows
|
||||
+ various performance improvements, memory leak fixes and
|
||||
security fixes
|
||||
+ VP9 decoding fixes
|
||||
+ wasapi: bug fixes and stability improvements
|
||||
+ tsdemux: improved handling of certain discontinuities
|
||||
+ vaapi h265 decoder: wait for I-frame before trying to decode
|
||||
+ tee: Make sure to actually deactivate pads that are released
|
||||
+ bin: Drop need-context messages without source instead of
|
||||
crashing
|
||||
+ gst: Don't pass miniobjects to GST_DEBUG_OBJECT() and similar
|
||||
macros
|
||||
+ tracers: Don't leak temporary GstStructure
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 24 07:29:25 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gstreamer
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -24,7 +24,7 @@
|
||||
|
||||
%define gst_branch 1.0
|
||||
Name: gstreamer
|
||||
Version: 1.16.1
|
||||
Version: 1.16.2
|
||||
Release: 0
|
||||
Summary: Streaming-Media Framework Runtime
|
||||
License: LGPL-2.1-or-later
|
||||
@ -88,8 +88,8 @@ installing new plug-ins.
|
||||
|
||||
%package -n libgstreamer-1_0-0
|
||||
Summary: Streaming-Media Framework Runtime
|
||||
Group: System/Libraries
|
||||
# We want to have core modules installed:
|
||||
Group: System/Libraries
|
||||
Requires: %{name}
|
||||
|
||||
%description -n libgstreamer-1_0-0
|
||||
@ -129,8 +129,8 @@ installing new plug-ins.
|
||||
|
||||
%package utils
|
||||
Summary: Streaming-Media Framework Runtime
|
||||
Group: Productivity/Multimedia/Other
|
||||
# Generic name, never used in SuSE:
|
||||
Group: Productivity/Multimedia/Other
|
||||
Provides: gstreamer:%{_bindir}/gst-launch-%{gst_branch} = %{version}
|
||||
# Symbol for unversioned wrappers:
|
||||
Provides: gstreamer-utils_versioned = %{version}
|
||||
|
Loading…
Reference in New Issue
Block a user