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
Zeeshan Ali
gstreamer-rs
Commits
98290bcc
Commit
98290bcc
authored
Jan 03, 2018
by
Sebastian Dröge
🍵
Browse files
Update CHANGELOG.md for 0.10.1
parent
899be5e2
Changes
7
Hide whitespace changes
Inline
Side-by-side
gstreamer-app/CHANGELOG.md
View file @
98290bcc
...
...
@@ -5,6 +5,22 @@ 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.10.1] - 2018-01-03
### Fixed
-
Don't require &mut self for TagSetterExtManual::add()
### Added
-
A TagSetter example application
-
Bindings for gst_video::convert_sample() and ::convert_sample_async()
-
Bindings for gst_video::VideoRectangle
-
Debug impl for Sample and ::with_buffer_list() constructor
-
A borrowing version of VideoFrame: VideoFrameRef
-
Bindings for GstVideoFilter
### Changed
-
Deprecated Sample::get_info() in favour of ::get_structure()
-
Player has gst::Object as another parent class now
## [0.10.0] - 2017-12-22
### Fixed
-
Various clippy warnings
...
...
@@ -193,7 +209,8 @@ 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://github.com/sdroege/gstreamer-rs/compare/0.10.0...HEAD
[
Unreleased
]:
https://github.com/sdroege/gstreamer-rs/compare/0.10.1...HEAD
[
0.10.1
]:
https://github.com/sdroege/gstreamer-rs/compare/0.10.0...0.10.1
[
0.10.0
]:
https://github.com/sdroege/gstreamer-rs/compare/0.9.1...0.10.0
[
0.9.1
]:
https://github.com/sdroege/gstreamer-rs/compare/0.9.0...0.9.1
[
0.9.0
]:
https://github.com/sdroege/gstreamer-rs/compare/0.8.1...0.9.0
...
...
gstreamer-audio/CHANGELOG.md
View file @
98290bcc
...
...
@@ -5,6 +5,22 @@ 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.10.1] - 2018-01-03
### Fixed
-
Don't require &mut self for TagSetterExtManual::add()
### Added
-
A TagSetter example application
-
Bindings for gst_video::convert_sample() and ::convert_sample_async()
-
Bindings for gst_video::VideoRectangle
-
Debug impl for Sample and ::with_buffer_list() constructor
-
A borrowing version of VideoFrame: VideoFrameRef
-
Bindings for GstVideoFilter
### Changed
-
Deprecated Sample::get_info() in favour of ::get_structure()
-
Player has gst::Object as another parent class now
## [0.10.0] - 2017-12-22
### Fixed
-
Various clippy warnings
...
...
@@ -193,7 +209,8 @@ 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://github.com/sdroege/gstreamer-rs/compare/0.10.0...HEAD
[
Unreleased
]:
https://github.com/sdroege/gstreamer-rs/compare/0.10.1...HEAD
[
0.10.1
]:
https://github.com/sdroege/gstreamer-rs/compare/0.10.0...0.10.1
[
0.10.0
]:
https://github.com/sdroege/gstreamer-rs/compare/0.9.1...0.10.0
[
0.9.1
]:
https://github.com/sdroege/gstreamer-rs/compare/0.9.0...0.9.1
[
0.9.0
]:
https://github.com/sdroege/gstreamer-rs/compare/0.8.1...0.9.0
...
...
gstreamer-base/CHANGELOG.md
View file @
98290bcc
...
...
@@ -5,6 +5,22 @@ 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.10.1] - 2018-01-03
### Fixed
-
Don't require &mut self for TagSetterExtManual::add()
### Added
-
A TagSetter example application
-
Bindings for gst_video::convert_sample() and ::convert_sample_async()
-
Bindings for gst_video::VideoRectangle
-
Debug impl for Sample and ::with_buffer_list() constructor
-
A borrowing version of VideoFrame: VideoFrameRef
-
Bindings for GstVideoFilter
### Changed
-
Deprecated Sample::get_info() in favour of ::get_structure()
-
Player has gst::Object as another parent class now
## [0.10.0] - 2017-12-22
### Fixed
-
Various clippy warnings
...
...
@@ -193,7 +209,8 @@ 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://github.com/sdroege/gstreamer-rs/compare/0.10.0...HEAD
[
Unreleased
]:
https://github.com/sdroege/gstreamer-rs/compare/0.10.1...HEAD
[
0.10.1
]:
https://github.com/sdroege/gstreamer-rs/compare/0.10.0...0.10.1
[
0.10.0
]:
https://github.com/sdroege/gstreamer-rs/compare/0.9.1...0.10.0
[
0.9.1
]:
https://github.com/sdroege/gstreamer-rs/compare/0.9.0...0.9.1
[
0.9.0
]:
https://github.com/sdroege/gstreamer-rs/compare/0.8.1...0.9.0
...
...
gstreamer-net/CHANGELOG.md
View file @
98290bcc
...
...
@@ -5,6 +5,22 @@ 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.10.1] - 2018-01-03
### Fixed
-
Don't require &mut self for TagSetterExtManual::add()
### Added
-
A TagSetter example application
-
Bindings for gst_video::convert_sample() and ::convert_sample_async()
-
Bindings for gst_video::VideoRectangle
-
Debug impl for Sample and ::with_buffer_list() constructor
-
A borrowing version of VideoFrame: VideoFrameRef
-
Bindings for GstVideoFilter
### Changed
-
Deprecated Sample::get_info() in favour of ::get_structure()
-
Player has gst::Object as another parent class now
## [0.10.0] - 2017-12-22
### Fixed
-
Various clippy warnings
...
...
@@ -193,7 +209,8 @@ 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://github.com/sdroege/gstreamer-rs/compare/0.10.0...HEAD
[
Unreleased
]:
https://github.com/sdroege/gstreamer-rs/compare/0.10.1...HEAD
[
0.10.1
]:
https://github.com/sdroege/gstreamer-rs/compare/0.10.0...0.10.1
[
0.10.0
]:
https://github.com/sdroege/gstreamer-rs/compare/0.9.1...0.10.0
[
0.9.1
]:
https://github.com/sdroege/gstreamer-rs/compare/0.9.0...0.9.1
[
0.9.0
]:
https://github.com/sdroege/gstreamer-rs/compare/0.8.1...0.9.0
...
...
gstreamer-player/CHANGELOG.md
View file @
98290bcc
...
...
@@ -5,6 +5,22 @@ 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.10.1] - 2018-01-03
### Fixed
-
Don't require &mut self for TagSetterExtManual::add()
### Added
-
A TagSetter example application
-
Bindings for gst_video::convert_sample() and ::convert_sample_async()
-
Bindings for gst_video::VideoRectangle
-
Debug impl for Sample and ::with_buffer_list() constructor
-
A borrowing version of VideoFrame: VideoFrameRef
-
Bindings for GstVideoFilter
### Changed
-
Deprecated Sample::get_info() in favour of ::get_structure()
-
Player has gst::Object as another parent class now
## [0.10.0] - 2017-12-22
### Fixed
-
Various clippy warnings
...
...
@@ -193,7 +209,8 @@ 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://github.com/sdroege/gstreamer-rs/compare/0.10.0...HEAD
[
Unreleased
]:
https://github.com/sdroege/gstreamer-rs/compare/0.10.1...HEAD
[
0.10.1
]:
https://github.com/sdroege/gstreamer-rs/compare/0.10.0...0.10.1
[
0.10.0
]:
https://github.com/sdroege/gstreamer-rs/compare/0.9.1...0.10.0
[
0.9.1
]:
https://github.com/sdroege/gstreamer-rs/compare/0.9.0...0.9.1
[
0.9.0
]:
https://github.com/sdroege/gstreamer-rs/compare/0.8.1...0.9.0
...
...
gstreamer-video/CHANGELOG.md
View file @
98290bcc
...
...
@@ -5,6 +5,22 @@ 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.10.1] - 2018-01-03
### Fixed
-
Don't require &mut self for TagSetterExtManual::add()
### Added
-
A TagSetter example application
-
Bindings for gst_video::convert_sample() and ::convert_sample_async()
-
Bindings for gst_video::VideoRectangle
-
Debug impl for Sample and ::with_buffer_list() constructor
-
A borrowing version of VideoFrame: VideoFrameRef
-
Bindings for GstVideoFilter
### Changed
-
Deprecated Sample::get_info() in favour of ::get_structure()
-
Player has gst::Object as another parent class now
## [0.10.0] - 2017-12-22
### Fixed
-
Various clippy warnings
...
...
@@ -193,7 +209,8 @@ 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://github.com/sdroege/gstreamer-rs/compare/0.10.0...HEAD
[
Unreleased
]:
https://github.com/sdroege/gstreamer-rs/compare/0.10.1...HEAD
[
0.10.1
]:
https://github.com/sdroege/gstreamer-rs/compare/0.10.0...0.10.1
[
0.10.0
]:
https://github.com/sdroege/gstreamer-rs/compare/0.9.1...0.10.0
[
0.9.1
]:
https://github.com/sdroege/gstreamer-rs/compare/0.9.0...0.9.1
[
0.9.0
]:
https://github.com/sdroege/gstreamer-rs/compare/0.8.1...0.9.0
...
...
gstreamer/CHANGELOG.md
View file @
98290bcc
...
...
@@ -5,6 +5,22 @@ 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.10.1] - 2018-01-03
### Fixed
-
Don't require &mut self for TagSetterExtManual::add()
### Added
-
A TagSetter example application
-
Bindings for gst_video::convert_sample() and ::convert_sample_async()
-
Bindings for gst_video::VideoRectangle
-
Debug impl for Sample and ::with_buffer_list() constructor
-
A borrowing version of VideoFrame: VideoFrameRef
-
Bindings for GstVideoFilter
### Changed
-
Deprecated Sample::get_info() in favour of ::get_structure()
-
Player has gst::Object as another parent class now
## [0.10.0] - 2017-12-22
### Fixed
-
Various clippy warnings
...
...
@@ -193,7 +209,8 @@ 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://github.com/sdroege/gstreamer-rs/compare/0.10.0...HEAD
[
Unreleased
]:
https://github.com/sdroege/gstreamer-rs/compare/0.10.1...HEAD
[
0.10.1
]:
https://github.com/sdroege/gstreamer-rs/compare/0.10.0...0.10.1
[
0.10.0
]:
https://github.com/sdroege/gstreamer-rs/compare/0.9.1...0.10.0
[
0.9.1
]:
https://github.com/sdroege/gstreamer-rs/compare/0.9.0...0.9.1
[
0.9.0
]:
https://github.com/sdroege/gstreamer-rs/compare/0.8.1...0.9.0
...
...
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