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
f92f0a99
Commit
f92f0a99
authored
Feb 18, 2018
by
Sebastian Dröge
🍵
Browse files
Update CHANGELOG.md for 0.10.2
parent
f1426c82
Changes
10
Hide whitespace changes
Inline
Side-by-side
gstreamer-app/CHANGELOG.md
View file @
f92f0a99
...
...
@@ -5,6 +5,17 @@ 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.2] - 2018-02-18
### Fixed
-
Fix building of messages with custom fields for types that don't have a
GstStructure
### Added
-
VideoFrameRef::copy_to_ref() and ::copy_plane_to_ref(), which work with
VideoFrameRefs instead of full VideoFrames
-
Getters for the BaseSrc/Sink/Transform configured segment
-
Document the gstreamer-player-1.0 dependency in the README.md
## [0.10.1] - 2018-01-03
### Fixed
-
Don't require &mut self for TagSetterExtManual::add()
...
...
gstreamer-audio/CHANGELOG.md
View file @
f92f0a99
...
...
@@ -5,6 +5,17 @@ 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.2] - 2018-02-18
### Fixed
-
Fix building of messages with custom fields for types that don't have a
GstStructure
### Added
-
VideoFrameRef::copy_to_ref() and ::copy_plane_to_ref(), which work with
VideoFrameRefs instead of full VideoFrames
-
Getters for the BaseSrc/Sink/Transform configured segment
-
Document the gstreamer-player-1.0 dependency in the README.md
## [0.10.1] - 2018-01-03
### Fixed
-
Don't require &mut self for TagSetterExtManual::add()
...
...
gstreamer-base/CHANGELOG.md
View file @
f92f0a99
...
...
@@ -5,6 +5,17 @@ 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.2] - 2018-02-18
### Fixed
-
Fix building of messages with custom fields for types that don't have a
GstStructure
### Added
-
VideoFrameRef::copy_to_ref() and ::copy_plane_to_ref(), which work with
VideoFrameRefs instead of full VideoFrames
-
Getters for the BaseSrc/Sink/Transform configured segment
-
Document the gstreamer-player-1.0 dependency in the README.md
## [0.10.1] - 2018-01-03
### Fixed
-
Don't require &mut self for TagSetterExtManual::add()
...
...
gstreamer-net/CHANGELOG.md
View file @
f92f0a99
...
...
@@ -5,6 +5,17 @@ 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.2] - 2018-02-18
### Fixed
-
Fix building of messages with custom fields for types that don't have a
GstStructure
### Added
-
VideoFrameRef::copy_to_ref() and ::copy_plane_to_ref(), which work with
VideoFrameRefs instead of full VideoFrames
-
Getters for the BaseSrc/Sink/Transform configured segment
-
Document the gstreamer-player-1.0 dependency in the README.md
## [0.10.1] - 2018-01-03
### Fixed
-
Don't require &mut self for TagSetterExtManual::add()
...
...
gstreamer-player/CHANGELOG.md
View file @
f92f0a99
...
...
@@ -5,6 +5,17 @@ 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.2] - 2018-02-18
### Fixed
-
Fix building of messages with custom fields for types that don't have a
GstStructure
### Added
-
VideoFrameRef::copy_to_ref() and ::copy_plane_to_ref(), which work with
VideoFrameRefs instead of full VideoFrames
-
Getters for the BaseSrc/Sink/Transform configured segment
-
Document the gstreamer-player-1.0 dependency in the README.md
## [0.10.1] - 2018-01-03
### Fixed
-
Don't require &mut self for TagSetterExtManual::add()
...
...
gstreamer-rtsp-server/CHANGELOG.md
View file @
f92f0a99
...
...
@@ -5,6 +5,17 @@ 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.2] - 2018-02-18
### Fixed
-
Fix building of messages with custom fields for types that don't have a
GstStructure
### Added
-
VideoFrameRef::copy_to_ref() and ::copy_plane_to_ref(), which work with
VideoFrameRefs instead of full VideoFrames
-
Getters for the BaseSrc/Sink/Transform configured segment
-
Document the gstreamer-player-1.0 dependency in the README.md
## [0.10.1] - 2018-01-03
### Fixed
-
Don't require &mut self for TagSetterExtManual::add()
...
...
gstreamer-rtsp/CHANGELOG.md
View file @
f92f0a99
...
...
@@ -5,6 +5,17 @@ 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.2] - 2018-02-18
### Fixed
-
Fix building of messages with custom fields for types that don't have a
GstStructure
### Added
-
VideoFrameRef::copy_to_ref() and ::copy_plane_to_ref(), which work with
VideoFrameRefs instead of full VideoFrames
-
Getters for the BaseSrc/Sink/Transform configured segment
-
Document the gstreamer-player-1.0 dependency in the README.md
## [0.10.1] - 2018-01-03
### Fixed
-
Don't require &mut self for TagSetterExtManual::add()
...
...
gstreamer-sdp/CHANGELOG.md
View file @
f92f0a99
...
...
@@ -5,6 +5,17 @@ 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.2] - 2018-02-18
### Fixed
-
Fix building of messages with custom fields for types that don't have a
GstStructure
### Added
-
VideoFrameRef::copy_to_ref() and ::copy_plane_to_ref(), which work with
VideoFrameRefs instead of full VideoFrames
-
Getters for the BaseSrc/Sink/Transform configured segment
-
Document the gstreamer-player-1.0 dependency in the README.md
## [0.10.1] - 2018-01-03
### Fixed
-
Don't require &mut self for TagSetterExtManual::add()
...
...
gstreamer-video/CHANGELOG.md
View file @
f92f0a99
...
...
@@ -5,6 +5,17 @@ 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.2] - 2018-02-18
### Fixed
-
Fix building of messages with custom fields for types that don't have a
GstStructure
### Added
-
VideoFrameRef::copy_to_ref() and ::copy_plane_to_ref(), which work with
VideoFrameRefs instead of full VideoFrames
-
Getters for the BaseSrc/Sink/Transform configured segment
-
Document the gstreamer-player-1.0 dependency in the README.md
## [0.10.1] - 2018-01-03
### Fixed
-
Don't require &mut self for TagSetterExtManual::add()
...
...
gstreamer/CHANGELOG.md
View file @
f92f0a99
...
...
@@ -5,6 +5,17 @@ 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.2] - 2018-02-18
### Fixed
-
Fix building of messages with custom fields for types that don't have a
GstStructure
### Added
-
VideoFrameRef::copy_to_ref() and ::copy_plane_to_ref(), which work with
VideoFrameRefs instead of full VideoFrames
-
Getters for the BaseSrc/Sink/Transform configured segment
-
Document the gstreamer-player-1.0 dependency in the README.md
## [0.10.1] - 2018-01-03
### Fixed
-
Don't require &mut self for TagSetterExtManual::add()
...
...
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