Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Zeeshan Ali
gstreamer-rs
Commits
1e2d9fa6
Commit
1e2d9fa6
authored
Sep 15, 2017
by
Sebastian Dröge
🍵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CHANGELOG.md for 0.8.1
parent
7f58c814
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
110 additions
and
5 deletions
+110
-5
gstreamer-app/CHANGELOG.md
gstreamer-app/CHANGELOG.md
+22
-1
gstreamer-audio/CHANGELOG.md
gstreamer-audio/CHANGELOG.md
+22
-1
gstreamer-player/CHANGELOG.md
gstreamer-player/CHANGELOG.md
+22
-1
gstreamer-video/CHANGELOG.md
gstreamer-video/CHANGELOG.md
+22
-1
gstreamer/CHANGELOG.md
gstreamer/CHANGELOG.md
+22
-1
No files found.
gstreamer-app/CHANGELOG.md
View file @
1e2d9fa6
...
...
@@ -5,10 +5,31 @@ 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.8.1] - 2017-09-15
### Added
-
Implement Send+Sync for Query, Message and Event, and their corresponding
Ref types.
### Fixed
-
Constructor for gst_player::Player now works properly with GStreamer 1.12
when passing a video renderer or signal dispatcher. There was a reference
counting bug.
-
Instead of returning &'static references from functions, return references
with a generic, unbound lifetime instead.
See https://github.com/rust-lang/rust/pull/42417#issue-233404573
-
Various "unused external crate" warnings and clippy warnings everywhere.
### Changed
-
Remove Cargo.lock from GIT, it's not very useful for library crates.
-
Run everything through latest rustfmt-nightly.
-
Use while-let (instead of loop and if-let) and CLOCK_TIME_NONE (instead of
u64::MAX) in the examples.
## [0.8.0] - 2017-08-31
-
Initial release of the autogenerated GStreamer bindings. Older versions
(< 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://github.com/sdroege/gstreamer-rs/compare/0.8.0...HEAD
[
Unreleased
]:
https://github.com/sdroege/gstreamer-rs/compare/0.8.1...HEAD
[
0.8.1
]:
https://github.com/sdroege/gstreamer-rs/compare/0.8.0...0.8.1
gstreamer-audio/CHANGELOG.md
View file @
1e2d9fa6
...
...
@@ -5,10 +5,31 @@ 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.8.1] - 2017-09-15
### Added
-
Implement Send+Sync for Query, Message and Event, and their corresponding
Ref types.
### Fixed
-
Constructor for gst_player::Player now works properly with GStreamer 1.12
when passing a video renderer or signal dispatcher. There was a reference
counting bug.
-
Instead of returning &'static references from functions, return references
with a generic, unbound lifetime instead.
See https://github.com/rust-lang/rust/pull/42417#issue-233404573
-
Various "unused external crate" warnings and clippy warnings everywhere.
### Changed
-
Remove Cargo.lock from GIT, it's not very useful for library crates.
-
Run everything through latest rustfmt-nightly.
-
Use while-let (instead of loop and if-let) and CLOCK_TIME_NONE (instead of
u64::MAX) in the examples.
## [0.8.0] - 2017-08-31
-
Initial release of the autogenerated GStreamer bindings. Older versions
(< 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://github.com/sdroege/gstreamer-rs/compare/0.8.0...HEAD
[
Unreleased
]:
https://github.com/sdroege/gstreamer-rs/compare/0.8.1...HEAD
[
0.8.1
]:
https://github.com/sdroege/gstreamer-rs/compare/0.8.0...0.8.1
gstreamer-player/CHANGELOG.md
View file @
1e2d9fa6
...
...
@@ -5,10 +5,31 @@ 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.8.1] - 2017-09-15
### Added
-
Implement Send+Sync for Query, Message and Event, and their corresponding
Ref types.
### Fixed
-
Constructor for gst_player::Player now works properly with GStreamer 1.12
when passing a video renderer or signal dispatcher. There was a reference
counting bug.
-
Instead of returning &'static references from functions, return references
with a generic, unbound lifetime instead.
See https://github.com/rust-lang/rust/pull/42417#issue-233404573
-
Various "unused external crate" warnings and clippy warnings everywhere.
### Changed
-
Remove Cargo.lock from GIT, it's not very useful for library crates.
-
Run everything through latest rustfmt-nightly.
-
Use while-let (instead of loop and if-let) and CLOCK_TIME_NONE (instead of
u64::MAX) in the examples.
## [0.8.0] - 2017-08-31
-
Initial release of the autogenerated GStreamer bindings. Older versions
(< 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://github.com/sdroege/gstreamer-rs/compare/0.8.0...HEAD
[
Unreleased
]:
https://github.com/sdroege/gstreamer-rs/compare/0.8.1...HEAD
[
0.8.1
]:
https://github.com/sdroege/gstreamer-rs/compare/0.8.0...0.8.1
gstreamer-video/CHANGELOG.md
View file @
1e2d9fa6
...
...
@@ -5,10 +5,31 @@ 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.8.1] - 2017-09-15
### Added
-
Implement Send+Sync for Query, Message and Event, and their corresponding
Ref types.
### Fixed
-
Constructor for gst_player::Player now works properly with GStreamer 1.12
when passing a video renderer or signal dispatcher. There was a reference
counting bug.
-
Instead of returning &'static references from functions, return references
with a generic, unbound lifetime instead.
See https://github.com/rust-lang/rust/pull/42417#issue-233404573
-
Various "unused external crate" warnings and clippy warnings everywhere.
### Changed
-
Remove Cargo.lock from GIT, it's not very useful for library crates.
-
Run everything through latest rustfmt-nightly.
-
Use while-let (instead of loop and if-let) and CLOCK_TIME_NONE (instead of
u64::MAX) in the examples.
## [0.8.0] - 2017-08-31
-
Initial release of the autogenerated GStreamer bindings. Older versions
(< 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://github.com/sdroege/gstreamer-rs/compare/0.8.0...HEAD
[
Unreleased
]:
https://github.com/sdroege/gstreamer-rs/compare/0.8.1...HEAD
[
0.8.1
]:
https://github.com/sdroege/gstreamer-rs/compare/0.8.0...0.8.1
gstreamer/CHANGELOG.md
View file @
1e2d9fa6
...
...
@@ -5,10 +5,31 @@ 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.8.1] - 2017-09-15
### Added
-
Implement Send+Sync for Query, Message and Event, and their corresponding
Ref types.
### Fixed
-
Constructor for gst_player::Player now works properly with GStreamer 1.12
when passing a video renderer or signal dispatcher. There was a reference
counting bug.
-
Instead of returning &'static references from functions, return references
with a generic, unbound lifetime instead.
See https://github.com/rust-lang/rust/pull/42417#issue-233404573
-
Various "unused external crate" warnings and clippy warnings everywhere.
### Changed
-
Remove Cargo.lock from GIT, it's not very useful for library crates.
-
Run everything through latest rustfmt-nightly.
-
Use while-let (instead of loop and if-let) and CLOCK_TIME_NONE (instead of
u64::MAX) in the examples.
## [0.8.0] - 2017-08-31
-
Initial release of the autogenerated GStreamer bindings. Older versions
(< 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://github.com/sdroege/gstreamer-rs/compare/0.8.0...HEAD
[
Unreleased
]:
https://github.com/sdroege/gstreamer-rs/compare/0.8.1...HEAD
[
0.8.1
]:
https://github.com/sdroege/gstreamer-rs/compare/0.8.0...0.8.1
Write
Preview
Markdown
is supported
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