Accepting request 882301 from home:alarrosa:branches:multimedia:libs:gstreamer
- Update to version 1.18.4: + tag: id3v2: fix frame size check and potential invalid reads + audio: Fix gst_audio_buffer_truncate() meta handling for non-interleaved audio + audioresample: respect buffer layout when draining + audioaggregator: fix input_buffer ownership + decodebin3: change stream selection message owner, so that the app sends the stream-selection event to the right element + rtspconnection: correct data_size when tunneled mode + uridecodebin3: make caps property work + video-converter: Don't upsample invalid lines + videodecoder: Fix racy critical when pool negotiation occurs during flush + video: Convert gst_video_info_to_caps() to take self as const ptr + examples: added qt core dependency for qt overlay example OBS-URL: https://build.opensuse.org/request/show/882301 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=165
This commit is contained in:
parent
d6574cfe56
commit
171c622292
2
_service
2
_service
@ -9,7 +9,7 @@
|
||||
<!--
|
||||
<param name="changesgenerate">enable</param>
|
||||
-->
|
||||
<param name="revision">1.18.3</param>
|
||||
<param name="revision">1.18.4</param>
|
||||
<param name="scm">git</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3ced6959a792b529602c303fb455b2b55648f028d3e4082e7100943577535572
|
||||
size 3167424
|
3
gst-plugins-base-1.18.4.tar.xz
Normal file
3
gst-plugins-base-1.18.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:081d98f4b317afadd1050180b58172f9bb76e71e92bd00b8a7cbd800fe951f38
|
||||
size 3170764
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 30 08:59:41 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Update to version 1.18.4:
|
||||
+ tag: id3v2: fix frame size check and potential invalid reads
|
||||
+ audio: Fix gst_audio_buffer_truncate() meta handling for non-interleaved audio
|
||||
+ audioresample: respect buffer layout when draining
|
||||
+ audioaggregator: fix input_buffer ownership
|
||||
+ decodebin3: change stream selection message owner, so that the app sends the stream-selection event to the right element
|
||||
+ rtspconnection: correct data_size when tunneled mode
|
||||
+ uridecodebin3: make caps property work
|
||||
+ video-converter: Don't upsample invalid lines
|
||||
+ videodecoder: Fix racy critical when pool negotiation occurs during flush
|
||||
+ video: Convert gst_video_info_to_caps() to take self as const ptr
|
||||
+ examples: added qt core dependency for qt overlay example
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 16 19:08:07 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -20,10 +20,10 @@
|
||||
%define gst_branch 1.0
|
||||
%define gstreamer_req_version %(echo %{version} | sed -e "s/+.*//")
|
||||
Name: gstreamer-plugins-base
|
||||
Version: 1.18.3
|
||||
Version: 1.18.4
|
||||
Release: 0
|
||||
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
||||
License: LGPL-2.1-or-later AND GPL-2.0-or-later
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
Group: Productivity/Multimedia/Other
|
||||
URL: https://gstreamer.freedesktop.org
|
||||
# Disable tarball source url, use _service
|
||||
|
Loading…
Reference in New Issue
Block a user