From 41f9d994def1405533a5d1376c6c3d9f1ce08522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 21 Dec 2024 17:09:35 +0200 Subject: [PATCH] Update CHANGELOG.md for 0.23.4 --- gstreamer/CHANGELOG.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/gstreamer/CHANGELOG.md b/gstreamer/CHANGELOG.md index c99ad9209..95f562db4 100644 --- a/gstreamer/CHANGELOG.md +++ b/gstreamer/CHANGELOG.md @@ -5,6 +5,22 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html), specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-version-field). +## [0.23.4] - 2024-12-21 +### Fixed +- `gst_video::VideoFrame::plane_data()` does not return a truncated buffer for + the alpha plane in A420 and similar formats anymore. +- `FnMut` closures are now correctly passed via a mutable reference to FFI code. +- Order of arguments in `gst_video::VideoFormat::from_mask()` was corrected. + +### Added +- Bindings for 1.26 `gst_analytics::Tensor` API. +- `gst::DebugCategory::as_ptr()` and `Hash` impl, `gst::DebugMessage::as_ptr()`. +- Support for hex-dumping `&mut [u8]` in addition to `&[u8]`, `gst::Buffer`, etc. +- Functions to work with meta `glib::Type`s. + +### Changed +- Updated GStreamer gir files for latest 1.26 APIs. + ## [0.23.3] - 2024-11-01 ### Fixed - Bind `gst::Pad::proxy_query_caps()` to the correct C function. @@ -1802,7 +1818,8 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v (< 0.8.0) of the bindings can be found [here](https://github.com/arturoc/gstreamer1.0-rs). The API of the two is incompatible. -[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.23.3...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.23.4...HEAD +[0.23.4]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.23.3...0.23.4 [0.23.3]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.23.2...0.23.3 [0.23.2]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.23.1...0.23.2 [0.23.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.23.0...0.23.1