Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GStreamer
gstreamer-rs
Commits
5102bfd3
Commit
5102bfd3
authored
Jan 30, 2020
by
Sebastian Dröge
🍵
Browse files
Update CHANGELOG.md for 0.15.2
parent
fe4f074e
Pipeline
#103132
passed with stages
in 33 minutes and 54 seconds
Changes
16
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
gstreamer-app/CHANGELOG.md
View file @
5102bfd3
...
...
@@ -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.15.2] - 2020-01-30
### Fixed
-
Fix another race condition in the
`gst::Bus`
`Stream`
that could cause it to
not wake up although a message is available.
## [0.15.1] - 2020-01-23
### Added
-
Use static inner lifetime for
`VideoCodecState<Readable>`
so that it can be
...
...
@@ -637,7 +642,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
(< 0.8.0) of the bindings can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...HEAD
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...HEAD
[
0.15.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.1...0.15.2
[
0.15.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...0.15.1
[
0.15.0
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.2...0.15.0
[
0.14.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.1...0.14.2
[
0.14.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.0...0.14.1
...
...
gstreamer-audio/CHANGELOG.md
View file @
5102bfd3
...
...
@@ -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.15.2] - 2020-01-30
### Fixed
-
Fix another race condition in the
`gst::Bus`
`Stream`
that could cause it to
not wake up although a message is available.
## [0.15.1] - 2020-01-23
### Added
-
Use static inner lifetime for
`VideoCodecState<Readable>`
so that it can be
...
...
@@ -637,7 +642,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
(< 0.8.0) of the bindings can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...HEAD
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...HEAD
[
0.15.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.1...0.15.2
[
0.15.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...0.15.1
[
0.15.0
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.2...0.15.0
[
0.14.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.1...0.14.2
[
0.14.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.0...0.14.1
...
...
gstreamer-base/CHANGELOG.md
View file @
5102bfd3
...
...
@@ -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.15.2] - 2020-01-30
### Fixed
-
Fix another race condition in the
`gst::Bus`
`Stream`
that could cause it to
not wake up although a message is available.
## [0.15.1] - 2020-01-23
### Added
-
Use static inner lifetime for
`VideoCodecState<Readable>`
so that it can be
...
...
@@ -637,7 +642,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
(< 0.8.0) of the bindings can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...HEAD
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...HEAD
[
0.15.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.1...0.15.2
[
0.15.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...0.15.1
[
0.15.0
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.2...0.15.0
[
0.14.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.1...0.14.2
[
0.14.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.0...0.14.1
...
...
gstreamer-check/CHANGELOG.md
View file @
5102bfd3
...
...
@@ -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.15.2] - 2020-01-30
### Fixed
-
Fix another race condition in the
`gst::Bus`
`Stream`
that could cause it to
not wake up although a message is available.
## [0.15.1] - 2020-01-23
### Added
-
Use static inner lifetime for
`VideoCodecState<Readable>`
so that it can be
...
...
@@ -637,7 +642,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
(< 0.8.0) of the bindings can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...HEAD
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...HEAD
[
0.15.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.1...0.15.2
[
0.15.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...0.15.1
[
0.15.0
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.2...0.15.0
[
0.14.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.1...0.14.2
[
0.14.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.0...0.14.1
...
...
gstreamer-editing-services/CHANGELOG.md
View file @
5102bfd3
...
...
@@ -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.15.2] - 2020-01-30
### Fixed
-
Fix another race condition in the
`gst::Bus`
`Stream`
that could cause it to
not wake up although a message is available.
## [0.15.1] - 2020-01-23
### Added
-
Use static inner lifetime for
`VideoCodecState<Readable>`
so that it can be
...
...
@@ -637,7 +642,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
(< 0.8.0) of the bindings can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...HEAD
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...HEAD
[
0.15.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.1...0.15.2
[
0.15.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...0.15.1
[
0.15.0
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.2...0.15.0
[
0.14.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.1...0.14.2
[
0.14.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.0...0.14.1
...
...
gstreamer-gl/CHANGELOG.md
View file @
5102bfd3
...
...
@@ -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.15.2] - 2020-01-30
### Fixed
-
Fix another race condition in the
`gst::Bus`
`Stream`
that could cause it to
not wake up although a message is available.
## [0.15.1] - 2020-01-23
### Added
-
Use static inner lifetime for
`VideoCodecState<Readable>`
so that it can be
...
...
@@ -637,7 +642,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
(< 0.8.0) of the bindings can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...HEAD
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...HEAD
[
0.15.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.1...0.15.2
[
0.15.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...0.15.1
[
0.15.0
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.2...0.15.0
[
0.14.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.1...0.14.2
[
0.14.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.0...0.14.1
...
...
gstreamer-net/CHANGELOG.md
View file @
5102bfd3
...
...
@@ -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.15.2] - 2020-01-30
### Fixed
-
Fix another race condition in the
`gst::Bus`
`Stream`
that could cause it to
not wake up although a message is available.
## [0.15.1] - 2020-01-23
### Added
-
Use static inner lifetime for
`VideoCodecState<Readable>`
so that it can be
...
...
@@ -637,7 +642,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
(< 0.8.0) of the bindings can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...HEAD
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...HEAD
[
0.15.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.1...0.15.2
[
0.15.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...0.15.1
[
0.15.0
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.2...0.15.0
[
0.14.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.1...0.14.2
[
0.14.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.0...0.14.1
...
...
gstreamer-pbutils/CHANGELOG.md
View file @
5102bfd3
...
...
@@ -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.15.2] - 2020-01-30
### Fixed
-
Fix another race condition in the
`gst::Bus`
`Stream`
that could cause it to
not wake up although a message is available.
## [0.15.1] - 2020-01-23
### Added
-
Use static inner lifetime for
`VideoCodecState<Readable>`
so that it can be
...
...
@@ -637,7 +642,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
(< 0.8.0) of the bindings can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...HEAD
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...HEAD
[
0.15.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.1...0.15.2
[
0.15.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...0.15.1
[
0.15.0
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.2...0.15.0
[
0.14.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.1...0.14.2
[
0.14.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.0...0.14.1
...
...
gstreamer-player/CHANGELOG.md
View file @
5102bfd3
...
...
@@ -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.15.2] - 2020-01-30
### Fixed
-
Fix another race condition in the
`gst::Bus`
`Stream`
that could cause it to
not wake up although a message is available.
## [0.15.1] - 2020-01-23
### Added
-
Use static inner lifetime for
`VideoCodecState<Readable>`
so that it can be
...
...
@@ -637,7 +642,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
(< 0.8.0) of the bindings can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...HEAD
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...HEAD
[
0.15.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.1...0.15.2
[
0.15.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...0.15.1
[
0.15.0
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.2...0.15.0
[
0.14.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.1...0.14.2
[
0.14.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.0...0.14.1
...
...
gstreamer-rtp/CHANGELOG.md
View file @
5102bfd3
...
...
@@ -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.15.2] - 2020-01-30
### Fixed
-
Fix another race condition in the
`gst::Bus`
`Stream`
that could cause it to
not wake up although a message is available.
## [0.15.1] - 2020-01-23
### Added
-
Use static inner lifetime for
`VideoCodecState<Readable>`
so that it can be
...
...
@@ -637,7 +642,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
(< 0.8.0) of the bindings can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...HEAD
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...HEAD
[
0.15.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.1...0.15.2
[
0.15.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...0.15.1
[
0.15.0
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.2...0.15.0
[
0.14.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.1...0.14.2
[
0.14.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.0...0.14.1
...
...
gstreamer-rtsp-server/CHANGELOG.md
View file @
5102bfd3
...
...
@@ -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.15.2] - 2020-01-30
### Fixed
-
Fix another race condition in the
`gst::Bus`
`Stream`
that could cause it to
not wake up although a message is available.
## [0.15.1] - 2020-01-23
### Added
-
Use static inner lifetime for
`VideoCodecState<Readable>`
so that it can be
...
...
@@ -637,7 +642,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
(< 0.8.0) of the bindings can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...HEAD
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...HEAD
[
0.15.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.1...0.15.2
[
0.15.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...0.15.1
[
0.15.0
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.2...0.15.0
[
0.14.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.1...0.14.2
[
0.14.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.0...0.14.1
...
...
gstreamer-rtsp/CHANGELOG.md
View file @
5102bfd3
...
...
@@ -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.15.2] - 2020-01-30
### Fixed
-
Fix another race condition in the
`gst::Bus`
`Stream`
that could cause it to
not wake up although a message is available.
## [0.15.1] - 2020-01-23
### Added
-
Use static inner lifetime for
`VideoCodecState<Readable>`
so that it can be
...
...
@@ -637,7 +642,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
(< 0.8.0) of the bindings can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...HEAD
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...HEAD
[
0.15.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.1...0.15.2
[
0.15.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...0.15.1
[
0.15.0
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.2...0.15.0
[
0.14.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.1...0.14.2
[
0.14.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.0...0.14.1
...
...
gstreamer-sdp/CHANGELOG.md
View file @
5102bfd3
...
...
@@ -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.15.2] - 2020-01-30
### Fixed
-
Fix another race condition in the
`gst::Bus`
`Stream`
that could cause it to
not wake up although a message is available.
## [0.15.1] - 2020-01-23
### Added
-
Use static inner lifetime for
`VideoCodecState<Readable>`
so that it can be
...
...
@@ -637,7 +642,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
(< 0.8.0) of the bindings can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...HEAD
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...HEAD
[
0.15.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.1...0.15.2
[
0.15.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...0.15.1
[
0.15.0
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.2...0.15.0
[
0.14.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.1...0.14.2
[
0.14.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.0...0.14.1
...
...
gstreamer-video/CHANGELOG.md
View file @
5102bfd3
...
...
@@ -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.15.2] - 2020-01-30
### Fixed
-
Fix another race condition in the
`gst::Bus`
`Stream`
that could cause it to
not wake up although a message is available.
## [0.15.1] - 2020-01-23
### Added
-
Use static inner lifetime for
`VideoCodecState<Readable>`
so that it can be
...
...
@@ -637,7 +642,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
(< 0.8.0) of the bindings can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...HEAD
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...HEAD
[
0.15.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.1...0.15.2
[
0.15.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...0.15.1
[
0.15.0
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.2...0.15.0
[
0.14.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.1...0.14.2
[
0.14.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.0...0.14.1
...
...
gstreamer-webrtc/CHANGELOG.md
View file @
5102bfd3
...
...
@@ -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.15.2] - 2020-01-30
### Fixed
-
Fix another race condition in the
`gst::Bus`
`Stream`
that could cause it to
not wake up although a message is available.
## [0.15.1] - 2020-01-23
### Added
-
Use static inner lifetime for
`VideoCodecState<Readable>`
so that it can be
...
...
@@ -637,7 +642,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
(< 0.8.0) of the bindings can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...HEAD
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...HEAD
[
0.15.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.1...0.15.2
[
0.15.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...0.15.1
[
0.15.0
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.2...0.15.0
[
0.14.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.1...0.14.2
[
0.14.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.0...0.14.1
...
...
gstreamer/CHANGELOG.md
View file @
5102bfd3
...
...
@@ -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.15.2] - 2020-01-30
### Fixed
-
Fix another race condition in the
`gst::Bus`
`Stream`
that could cause it to
not wake up although a message is available.
## [0.15.1] - 2020-01-23
### Added
-
Use static inner lifetime for
`VideoCodecState<Readable>`
so that it can be
...
...
@@ -637,7 +642,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
(< 0.8.0) of the bindings can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...HEAD
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...HEAD
[
0.15.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.1...0.15.2
[
0.15.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...0.15.1
[
0.15.0
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.2...0.15.0
[
0.14.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.1...0.14.2
[
0.14.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.0...0.14.1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment