From 91fab8340e6f5255843f27d919cf34a722c8df4e3b591c44928f82f5bda4967f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 6 Nov 2024 12:42:11 +0000 Subject: [PATCH] - Update to version 1.24.9: + allocators: drmdumb: Fix bpp value for P010 + audioconvert: fix dynamic handling of mix matrix, accept custom upstream event for setting one + decodebin3: - Make update/posting of collection messages atomic - Send selected stream message as long as not all the tracks can't select decoders + encodebasebin: Miscellaneous fixes + exiftag: Check the result of gst_date_time_new_local_time(), fixes criticals with malformed EXIF tags + glcontext: egl: Unrestrict the support base DRM formats + gldownload: use gst_gl_sync_meta_wait_cpu() + gl: Fix configure error when libdrm is a subproject + playback: Fix a variety of decodebin3/parsebin/urisourcebin races + playbin3: prevent crashing trying to play a corrupted mp4 file (WARNING : HIGH PITCHED CORRUPTED SOUND) + Revert "meson: Fix invalid include flag in uninstalled gl pc file" + urisourcebin: - Allow more cases for posting stream-collection - Ensure all stream-start are handled + urisourcebin/parsebin: Improve collection creation and handling OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=232 --- gst-plugins-base-1.24.8.tar.xz | 3 --- gst-plugins-base-1.24.9.tar.xz | 3 +++ gstreamer-plugins-base.changes | 28 ++++++++++++++++++++++++++++ gstreamer-plugins-base.spec | 2 +- 4 files changed, 32 insertions(+), 4 deletions(-) delete mode 100644 gst-plugins-base-1.24.8.tar.xz create mode 100644 gst-plugins-base-1.24.9.tar.xz diff --git a/gst-plugins-base-1.24.8.tar.xz b/gst-plugins-base-1.24.8.tar.xz deleted file mode 100644 index 2cf9e5f..0000000 --- a/gst-plugins-base-1.24.8.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10fb31743750ccd498d3933e8aaecda563ebc65596a6ab875b47ee936e4b9599 -size 2439740 diff --git a/gst-plugins-base-1.24.9.tar.xz b/gst-plugins-base-1.24.9.tar.xz new file mode 100644 index 0000000..5a657ed --- /dev/null +++ b/gst-plugins-base-1.24.9.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bb3b946907d3ce04dd842b610c8111c2b0611351b25a1fa22af5efa897857cb +size 2446392 diff --git a/gstreamer-plugins-base.changes b/gstreamer-plugins-base.changes index 540856f..9875264 100644 --- a/gstreamer-plugins-base.changes +++ b/gstreamer-plugins-base.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Nov 5 09:39:07 UTC 2024 - Bjørn Lie + +- Update to version 1.24.9: + + allocators: drmdumb: Fix bpp value for P010 + + audioconvert: fix dynamic handling of mix matrix, accept custom + upstream event for setting one + + decodebin3: + - Make update/posting of collection messages atomic + - Send selected stream message as long as not all the tracks + can't select decoders + + encodebasebin: Miscellaneous fixes + + exiftag: Check the result of gst_date_time_new_local_time(), + fixes criticals with malformed EXIF tags + + glcontext: egl: Unrestrict the support base DRM formats + + gldownload: use gst_gl_sync_meta_wait_cpu() + + gl: Fix configure error when libdrm is a subproject + + playback: Fix a variety of decodebin3/parsebin/urisourcebin + races + + playbin3: prevent crashing trying to play a corrupted mp4 file + (WARNING : HIGH PITCHED CORRUPTED SOUND) + + Revert "meson: Fix invalid include flag in uninstalled gl pc + file" + + urisourcebin: + - Allow more cases for posting stream-collection + - Ensure all stream-start are handled + + urisourcebin/parsebin: Improve collection creation and handling + ------------------------------------------------------------------- Mon Sep 23 13:08:20 UTC 2024 - Bjørn Lie diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec index 4fd753f..2184675 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.24.8 +Version: 1.24.9 Release: 0 Summary: GStreamer Streaming-Media Framework Plug-Ins License: GPL-2.0-or-later AND LGPL-2.1-or-later