mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-23 01:51:06 +00:00
Update CHANGELOG.md for 0.11.5
This commit is contained in:
parent
8a4370022a
commit
42a8aeeabb
11 changed files with 55 additions and 0 deletions
|
@ -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),
|
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.11.5] - 2018-07-24
|
||||||
|
### Fixed
|
||||||
|
- `gst::Bus`'s sync handler must unref every message if
|
||||||
|
`gst::BusSyncReply::Drop` is returned, otherwise they are all leaked
|
||||||
|
|
||||||
## [0.11.4] - 2018-07-19
|
## [0.11.4] - 2018-07-19
|
||||||
### Fixed
|
### Fixed
|
||||||
- `gst::Caps::subtract()` does not leak its arguments anymore
|
- `gst::Caps::subtract()` does not leak its arguments anymore
|
||||||
|
|
|
@ -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),
|
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.11.5] - 2018-07-24
|
||||||
|
### Fixed
|
||||||
|
- `gst::Bus`'s sync handler must unref every message if
|
||||||
|
`gst::BusSyncReply::Drop` is returned, otherwise they are all leaked
|
||||||
|
|
||||||
## [0.11.4] - 2018-07-19
|
## [0.11.4] - 2018-07-19
|
||||||
### Fixed
|
### Fixed
|
||||||
- `gst::Caps::subtract()` does not leak its arguments anymore
|
- `gst::Caps::subtract()` does not leak its arguments anymore
|
||||||
|
|
|
@ -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),
|
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.11.5] - 2018-07-24
|
||||||
|
### Fixed
|
||||||
|
- `gst::Bus`'s sync handler must unref every message if
|
||||||
|
`gst::BusSyncReply::Drop` is returned, otherwise they are all leaked
|
||||||
|
|
||||||
## [0.11.4] - 2018-07-19
|
## [0.11.4] - 2018-07-19
|
||||||
### Fixed
|
### Fixed
|
||||||
- `gst::Caps::subtract()` does not leak its arguments anymore
|
- `gst::Caps::subtract()` does not leak its arguments anymore
|
||||||
|
|
|
@ -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),
|
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.11.5] - 2018-07-24
|
||||||
|
### Fixed
|
||||||
|
- `gst::Bus`'s sync handler must unref every message if
|
||||||
|
`gst::BusSyncReply::Drop` is returned, otherwise they are all leaked
|
||||||
|
|
||||||
## [0.11.4] - 2018-07-19
|
## [0.11.4] - 2018-07-19
|
||||||
### Fixed
|
### Fixed
|
||||||
- `gst::Caps::subtract()` does not leak its arguments anymore
|
- `gst::Caps::subtract()` does not leak its arguments anymore
|
||||||
|
|
|
@ -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),
|
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.11.5] - 2018-07-24
|
||||||
|
### Fixed
|
||||||
|
- `gst::Bus`'s sync handler must unref every message if
|
||||||
|
`gst::BusSyncReply::Drop` is returned, otherwise they are all leaked
|
||||||
|
|
||||||
## [0.11.4] - 2018-07-19
|
## [0.11.4] - 2018-07-19
|
||||||
### Fixed
|
### Fixed
|
||||||
- `gst::Caps::subtract()` does not leak its arguments anymore
|
- `gst::Caps::subtract()` does not leak its arguments anymore
|
||||||
|
|
|
@ -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),
|
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.11.5] - 2018-07-24
|
||||||
|
### Fixed
|
||||||
|
- `gst::Bus`'s sync handler must unref every message if
|
||||||
|
`gst::BusSyncReply::Drop` is returned, otherwise they are all leaked
|
||||||
|
|
||||||
## [0.11.4] - 2018-07-19
|
## [0.11.4] - 2018-07-19
|
||||||
### Fixed
|
### Fixed
|
||||||
- `gst::Caps::subtract()` does not leak its arguments anymore
|
- `gst::Caps::subtract()` does not leak its arguments anymore
|
||||||
|
|
|
@ -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),
|
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.11.5] - 2018-07-24
|
||||||
|
### Fixed
|
||||||
|
- `gst::Bus`'s sync handler must unref every message if
|
||||||
|
`gst::BusSyncReply::Drop` is returned, otherwise they are all leaked
|
||||||
|
|
||||||
## [0.11.4] - 2018-07-19
|
## [0.11.4] - 2018-07-19
|
||||||
### Fixed
|
### Fixed
|
||||||
- `gst::Caps::subtract()` does not leak its arguments anymore
|
- `gst::Caps::subtract()` does not leak its arguments anymore
|
||||||
|
|
|
@ -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),
|
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.11.5] - 2018-07-24
|
||||||
|
### Fixed
|
||||||
|
- `gst::Bus`'s sync handler must unref every message if
|
||||||
|
`gst::BusSyncReply::Drop` is returned, otherwise they are all leaked
|
||||||
|
|
||||||
## [0.11.4] - 2018-07-19
|
## [0.11.4] - 2018-07-19
|
||||||
### Fixed
|
### Fixed
|
||||||
- `gst::Caps::subtract()` does not leak its arguments anymore
|
- `gst::Caps::subtract()` does not leak its arguments anymore
|
||||||
|
|
|
@ -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),
|
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.11.5] - 2018-07-24
|
||||||
|
### Fixed
|
||||||
|
- `gst::Bus`'s sync handler must unref every message if
|
||||||
|
`gst::BusSyncReply::Drop` is returned, otherwise they are all leaked
|
||||||
|
|
||||||
## [0.11.4] - 2018-07-19
|
## [0.11.4] - 2018-07-19
|
||||||
### Fixed
|
### Fixed
|
||||||
- `gst::Caps::subtract()` does not leak its arguments anymore
|
- `gst::Caps::subtract()` does not leak its arguments anymore
|
||||||
|
|
|
@ -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),
|
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.11.5] - 2018-07-24
|
||||||
|
### Fixed
|
||||||
|
- `gst::Bus`'s sync handler must unref every message if
|
||||||
|
`gst::BusSyncReply::Drop` is returned, otherwise they are all leaked
|
||||||
|
|
||||||
## [0.11.4] - 2018-07-19
|
## [0.11.4] - 2018-07-19
|
||||||
### Fixed
|
### Fixed
|
||||||
- `gst::Caps::subtract()` does not leak its arguments anymore
|
- `gst::Caps::subtract()` does not leak its arguments anymore
|
||||||
|
|
|
@ -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),
|
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.11.5] - 2018-07-24
|
||||||
|
### Fixed
|
||||||
|
- `gst::Bus`'s sync handler must unref every message if
|
||||||
|
`gst::BusSyncReply::Drop` is returned, otherwise they are all leaked
|
||||||
|
|
||||||
## [0.11.4] - 2018-07-19
|
## [0.11.4] - 2018-07-19
|
||||||
### Fixed
|
### Fixed
|
||||||
- `gst::Caps::subtract()` does not leak its arguments anymore
|
- `gst::Caps::subtract()` does not leak its arguments anymore
|
||||||
|
|
Loading…
Reference in a new issue