mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-10-31 22:59:14 +00:00
Update CHANGELOG.md for 0.22.4
This commit is contained in:
parent
02c3b67839
commit
17c021297a
1 changed files with 10 additions and 1 deletions
|
@ -5,6 +5,14 @@ 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.22.4] - 2024-04-08
|
||||||
|
### Added
|
||||||
|
- Implement `From<glib::Value>` / `ToValue` for `gst_audio::AudioConverterConfig` and
|
||||||
|
`gst_video::VideoConverterConfig`.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Fixed various 1.77 clippy warnings.
|
||||||
|
|
||||||
## [0.22.3] - 2024-03-19
|
## [0.22.3] - 2024-03-19
|
||||||
### Changed
|
### Changed
|
||||||
- Change `ges::CompositionMeta` position fields to `f64`s in correspondence
|
- Change `ges::CompositionMeta` position fields to `f64`s in correspondence
|
||||||
|
@ -1691,7 +1699,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.22.3...HEAD
|
[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.22.4...HEAD
|
||||||
|
[0.22.4]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.22.3...0.22.4
|
||||||
[0.22.3]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.22.2...0.22.3
|
[0.22.3]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.22.2...0.22.3
|
||||||
[0.22.2]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.22.1...0.22.2
|
[0.22.2]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.22.1...0.22.2
|
||||||
[0.22.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.22.0...0.22.1
|
[0.22.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.22.0...0.22.1
|
||||||
|
|
Loading…
Reference in a new issue