From eb8a91325fe1c4c9e8f68cfc3eb4725457ca269e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 20 Jun 2025 19:03:38 +0300 Subject: [PATCH] Update CHANGELOG.md for 0.23.7 --- gstreamer/CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/gstreamer/CHANGELOG.md b/gstreamer/CHANGELOG.md index 45f1cf80d..46d1f3718 100644 --- a/gstreamer/CHANGELOG.md +++ b/gstreamer/CHANGELOG.md @@ -5,6 +5,18 @@ 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.7] - 2025-06-20 +### Fixed +- Provide existing messages immediately from a `gst::Bus` stream when creating + it instead of only providing them on the next message. + +### Added +- `gst::QueryType` enum and accessor for it from queries. + +### Changed +- Don't unnecessarily store buffer twice in `gst_gl::GLVideoFrame`. +- Don't store memory twice in `gst::memory::MemoryMap` and `MappedMemory`. + ## [0.23.6] - 2025-05-13 ### Fixed - Lower debug message level when allocation queries in subclasses fail. @@ -1867,7 +1879,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.6...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.23.7...HEAD +[0.23.7]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.23.6...0.23.7 [0.23.6]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.23.5...0.23.6 [0.23.5]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.23.4...0.23.5 [0.23.4]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.23.3...0.23.4