From e702a6789f8953449faa3208630cf86b5c8f5cd66240c2964ae28eb160fcd218 Mon Sep 17 00:00:00 2001 From: Antonio Larrosa Date: Wed, 22 Jun 2022 16:24:21 +0000 Subject: [PATCH] Accepting request 984437 from home:ukbeast89:branches:multimedia:libs - Update to version 1.20.3: + typefindfunctions: Fix WebVTT format detection for very short files + gldisplay: Reorder GST_GL_WINDOW check for egl-device + rtpbasepayload: Copy all buffer metadata instead of just GstMetas for the input meta buffer + codec-utils: Avoid out-of-bounds error + navigation: Fix Since markers for mouse scroll events + videoaggregator: Fix for unhandled negative rate + videoaggregator: Use floor() to calculate current position + video-color: Fix for missing clipping in PQ EOTF function + gst-play-1.0: Fix trick-mode handling in keyboard shortcut + audiovisualizer: shader: Fix out of bound write OBS-URL: https://build.opensuse.org/request/show/984437 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=183 --- gst-plugins-base-1.20.2.tar.xz | 3 --- gst-plugins-base-1.20.3.tar.xz | 3 +++ gstreamer-plugins-base.changes | 17 +++++++++++++++++ gstreamer-plugins-base.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 gst-plugins-base-1.20.2.tar.xz create mode 100644 gst-plugins-base-1.20.3.tar.xz diff --git a/gst-plugins-base-1.20.2.tar.xz b/gst-plugins-base-1.20.2.tar.xz deleted file mode 100644 index cf2f360..0000000 --- a/gst-plugins-base-1.20.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab0656f2ad4d38292a803e0cb4ca090943a9b43c8063f650b4d3e3606c317f17 -size 3295552 diff --git a/gst-plugins-base-1.20.3.tar.xz b/gst-plugins-base-1.20.3.tar.xz new file mode 100644 index 0000000..6d655cc --- /dev/null +++ b/gst-plugins-base-1.20.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e30b3dd81a70380ff7554f998471d6996ff76bbe6fc5447096f851e24473c9f +size 3299976 diff --git a/gstreamer-plugins-base.changes b/gstreamer-plugins-base.changes index cdc0dc3..e2a41bf 100644 --- a/gstreamer-plugins-base.changes +++ b/gstreamer-plugins-base.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Jun 22 10:24:56 UTC 2022 - Aaron Stern + +- Update to version 1.20.3: + + typefindfunctions: Fix WebVTT format detection for very short + files + + gldisplay: Reorder GST_GL_WINDOW check for egl-device + + rtpbasepayload: Copy all buffer metadata instead of just + GstMetas for the input meta buffer + + codec-utils: Avoid out-of-bounds error + + navigation: Fix Since markers for mouse scroll events + + videoaggregator: Fix for unhandled negative rate + + videoaggregator: Use floor() to calculate current position + + video-color: Fix for missing clipping in PQ EOTF function + + gst-play-1.0: Fix trick-mode handling in keyboard shortcut + + audiovisualizer: shader: Fix out of bound write + ------------------------------------------------------------------- Mon May 9 10:55:50 UTC 2022 - Antonio Larrosa diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec index 6c59677..884a0c7 100644 --- a/gstreamer-plugins-base.spec +++ b/gstreamer-plugins-base.spec @@ -20,7 +20,7 @@ %define gst_branch 1.0 %define gstreamer_req_version %(echo %{version} | sed -e "s/+.*//") Name: gstreamer-plugins-base -Version: 1.20.2 +Version: 1.20.3 Release: 0 Summary: GStreamer Streaming-Media Framework Plug-Ins License: GPL-2.0-or-later AND LGPL-2.1-or-later