Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2018-03-20 14:20:15 +0300
committerSebastian Dröge <sebastian@centricular.com>2018-03-20 14:20:15 +0300
commit630bd69bf9700e45ef128b8128773a5b4f6e2411 (patch)
tree624b5a3ef85d4d2f452d245f5926375da8ede166
parentcf137be4d06b9acff1369f580463570e9633de95 (diff)
Update CHANGELOG.md for 0.2.00.2.0
-rw-r--r--gst-plugin/CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/gst-plugin/CHANGELOG.md b/gst-plugin/CHANGELOG.md
index e6dfd8a6..1f0bb5cb 100644
--- a/gst-plugin/CHANGELOG.md
+++ b/gst-plugin/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.2.0] - 2018-03-20
+### Changed
+- Update to gstreamer-rs 0.11
+- BaseTransform::transform_caps() takes caps by reference instead of value
+
+### Added
+- Send+Sync impls for all wrapper types
+
## [0.1.4] - 2018-02-12
### Fixed
- Fix BaseSrc::unlock_stop() and the same in BaseSink. It was calling unlock()