forked from mirrors/gstreamer-rs
Update CHANGELOG.md for 0.18.8
This commit is contained in:
parent
7fa0b4e84d
commit
e04bb8b524
1 changed files with 10 additions and 0 deletions
|
@ -5,6 +5,16 @@ 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.18.8] - 2022-04-26
|
||||
### Added
|
||||
- Bindings for `RTPBasePayload` and `RTPBaseDepayload`.
|
||||
- Accessors for `RTPBuffer` buffer.
|
||||
- Bindings for `RTPBuffer` length calculation API.
|
||||
- More complete `gst::Task` bindings.
|
||||
|
||||
### Fixed
|
||||
- Export `gst::subclass::TaskPoolFunction`.
|
||||
|
||||
## [0.18.7] - 2022-04-04
|
||||
### Added
|
||||
- Bindings for `VideoAggregator` and the `VideoAggregatorPad`s.
|
||||
|
|
Loading…
Reference in a new issue