diff --git a/gst-plugins-base-1.22.4.tar.xz b/gst-plugins-base-1.22.4.tar.xz deleted file mode 100644 index 609c149..0000000 --- a/gst-plugins-base-1.22.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:292424e82dea170528c42b456f62a89532bcabc0508f192e34672fb86f68e5b8 -size 2357088 diff --git a/gst-plugins-base-1.22.5.tar.xz b/gst-plugins-base-1.22.5.tar.xz new file mode 100644 index 0000000..bfa1f42 --- /dev/null +++ b/gst-plugins-base-1.22.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd4338b45c26a9af28c0d35aab964a024c3884ba6f520d8428df04212c8c93a +size 2361356 diff --git a/gstreamer-plugins-base.changes b/gstreamer-plugins-base.changes index 0a29958..ea003eb 100644 --- a/gstreamer-plugins-base.changes +++ b/gstreamer-plugins-base.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue Jul 25 11:05:58 UTC 2023 - Bjørn Lie + +- Update to version 1.22.5: + + appsink: add missing make_writable call + + audioaggregator: Do not post message before being constructed + + decodebin3: + - Prevent a critical warning when reassigning output slots + - Fix slot input linking when the associated stream has changed + - Remove spurious input locking during parsebin reconfiguration + + urisourcebin: Set source element to READY before querying it + + gl/viv-fb: meson build updates + + plugins: fix compiler warnings with GLib >= 2.76 + + subtitleoverlay: fix mutex error if sink caps is not video + + video: + - timecode: Add support for framerates lower than 1fps + - accept timecode of 119.88 (120/1.001) FPS + - cannot attach time code meta when frame rate is 119.88 + (120000/1001) + + videodecoder: fix copying buffer metas +- Rebase reduce-required-meson.patch. + ------------------------------------------------------------------- Mon Jun 26 14:18:54 UTC 2023 - Bjørn Lie diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec index 6042200..2a7721e 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.22.4 +Version: 1.22.5 Release: 0 Summary: GStreamer Streaming-Media Framework Plug-Ins License: GPL-2.0-or-later AND LGPL-2.1-or-later diff --git a/reduce-required-meson.patch b/reduce-required-meson.patch index 46ea563..cfec94d 100644 --- a/reduce-required-meson.patch +++ b/reduce-required-meson.patch @@ -1,10 +1,10 @@ -Index: gst-plugins-base-1.22.4/meson.build +Index: gst-plugins-base-1.22.5/meson.build =================================================================== ---- gst-plugins-base-1.22.4.orig/meson.build -+++ gst-plugins-base-1.22.4/meson.build +--- gst-plugins-base-1.22.5.orig/meson.build ++++ gst-plugins-base-1.22.5/meson.build @@ -1,6 +1,6 @@ project('gst-plugins-base', 'c', - version : '1.22.4', + version : '1.22.5', - meson_version : '>= 0.62', + meson_version : '>= 0.61', default_options : [ 'warning_level=1',