Accepting request 864313 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/864313 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer-plugins-base?expand=0&rev=75
This commit is contained in:
commit
ea490d940f
2
_service
2
_service
@ -9,7 +9,7 @@
|
|||||||
<!--
|
<!--
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
-->
|
-->
|
||||||
<param name="revision">1.18.2</param>
|
<param name="revision">1.18.3</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:edde2afd1fe733f676369f0abd4891c24b388d08624a9b46c073101d47b2cc09
|
|
||||||
size 3164232
|
|
3
gst-plugins-base-1.18.3.tar.xz
Normal file
3
gst-plugins-base-1.18.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3ced6959a792b529602c303fb455b2b55648f028d3e4082e7100943577535572
|
||||||
|
size 3167424
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 16 19:08:07 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.18.3:
|
||||||
|
+ audiorate: Make buffer writable before changing its metadata
|
||||||
|
+ compositor: fix blending of subsampled components
|
||||||
|
+ decodebin3:
|
||||||
|
- When reconfiguring a slot make sure that the ghostpad is
|
||||||
|
unlinked
|
||||||
|
- Release selection lock when pushing EOS
|
||||||
|
+ encodebasebin: Ensure that parsers are compatible with selected
|
||||||
|
encoders
|
||||||
|
+ tagdemux: resize and trim buffer in place to fix interaction
|
||||||
|
with oggdemux
|
||||||
|
+ videoaggregator: Pop out old buffers on timeout
|
||||||
|
+ video-blend: fix blending 8-bit and 16-bit frames together
|
||||||
|
+ appsrc: fix signal documentation
|
||||||
|
+ gl: document some GL caps specifics
|
||||||
|
+ libvisual: workaround clang compiler warning
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 9 17:43:28 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
Wed Dec 9 17:43:28 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gstreamer-plugins-base
|
# spec file for package gstreamer-plugins-base
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,7 +20,7 @@
|
|||||||
%define gst_branch 1.0
|
%define gst_branch 1.0
|
||||||
%define gstreamer_req_version %(echo %{version} | sed -e "s/+.*//")
|
%define gstreamer_req_version %(echo %{version} | sed -e "s/+.*//")
|
||||||
Name: gstreamer-plugins-base
|
Name: gstreamer-plugins-base
|
||||||
Version: 1.18.2
|
Version: 1.18.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
||||||
License: LGPL-2.1-or-later AND GPL-2.0-or-later
|
License: LGPL-2.1-or-later AND GPL-2.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user