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

gitlab.freedesktop.org/gstreamer/gst-plugins-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-02-12 18:46:09 +0300
committerSebastian Dröge <sebastian@centricular.com>2018-03-20 14:18:37 +0300
commitf3714f6fe734425bb03ae9710a1f070359802947 (patch)
tree4df80fc8e59f9d4762ac24e6e354048227efebcf
parentbcb4617856c37da3d528072fd147e9722bff8fbd (diff)
Update CHANGELOG.md for 0.1.4
-rw-r--r--gst-plugin/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/gst-plugin/CHANGELOG.md b/gst-plugin/CHANGELOG.md
index 6fa4d3ccc..e6dfd8a69 100644
--- a/gst-plugin/CHANGELOG.md
+++ b/gst-plugin/CHANGELOG.md
@@ -5,6 +5,11 @@ 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.1.4] - 2018-02-12
+### Fixed
+- Fix BaseSrc::unlock_stop() and the same in BaseSink. It was calling unlock()
+ instead of unlock_stop() before, making it rather useless.
+
## [0.1.3] - 2018-01-15
### Fixed
- Only require GStreamer >= 1.8, not >= 1.10. We didn't use any 1.10 API