From 9bf6f2b01036fba5b7aa9e708aaaeefed18c414a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 4 Apr 2022 16:47:38 +0300 Subject: [PATCH] Update CHANGELOG.md for 0.18.7 --- gstreamer/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gstreamer/CHANGELOG.md b/gstreamer/CHANGELOG.md index bc180f326..f27fa0a74 100644 --- a/gstreamer/CHANGELOG.md +++ b/gstreamer/CHANGELOG.md @@ -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), specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-version-field). +## [0.18.7] - 2022-04-04 +### Added +- Bindings for `VideoAggregator` and the `VideoAggregatorPad`s. +- Bindings for `AudioAggregator` and the `AudioAggregatorPad`s. +- Bindings for `TaskPool`. +- Various helper functions for `VideoFormatInfo`, `VideoInfo` and + `VideoFrame`. + ## [0.18.6] - 2022-03-08 ### Fixed - Require `Send` and not `Sync` for the values of an `gst::Array` / `gst::List`.