mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-24 10:31:03 +00:00
Update CHANGELOG.md for 0.23.3
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1582>
This commit is contained in:
parent
854c2e692a
commit
a9b33a465c
1 changed files with 14 additions and 1 deletions
|
@ -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),
|
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).
|
specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-version-field).
|
||||||
|
|
||||||
|
## [0.23.3] - 2024-11-01
|
||||||
|
### Fixed
|
||||||
|
- Bind `gst::Pad::proxy_query_caps()` to the correct C function.
|
||||||
|
- Update `gst_utils::StreamProducer` appsrc latency upon appsink latency event.
|
||||||
|
- Fix type of `gst_app::AppSinkBuilder::processing_deadline()`.
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Various new `gst::Iterator` constructors for convenience.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Updated GStreamer gir files for latest 1.26 APIs.
|
||||||
|
|
||||||
## [0.23.2] - 2024-09-28
|
## [0.23.2] - 2024-09-28
|
||||||
### Fixed
|
### Fixed
|
||||||
- Lifetime of `gst::TagList::index()` return value is correctly bound to `&self` now.
|
- Lifetime of `gst::TagList::index()` return value is correctly bound to `&self` now.
|
||||||
|
@ -1790,7 +1802,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).
|
(< 0.8.0) of the bindings can be found [here](https://github.com/arturoc/gstreamer1.0-rs).
|
||||||
The API of the two is incompatible.
|
The API of the two is incompatible.
|
||||||
|
|
||||||
[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.23.2...HEAD
|
[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.23.3...HEAD
|
||||||
|
[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.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
|
[0.23.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.23.0...0.23.1
|
||||||
[0.23.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.22.6...0.23.0
|
[0.23.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.22.6...0.23.0
|
||||||
|
|
Loading…
Reference in a new issue