Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gstreamer-rs-sys
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GStreamer
gstreamer-rs-sys
Commits
b3b0e5e4
Commit
b3b0e5e4
authored
Mar 20, 2018
by
Sebastian Dröge
🍵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CHANGELOG.md for 0.5.0
parent
338f1c17
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
317 additions
and
13 deletions
+317
-13
gstreamer-app-sys/CHANGELOG.md
gstreamer-app-sys/CHANGELOG.md
+16
-1
gstreamer-audio-sys/CHANGELOG.md
gstreamer-audio-sys/CHANGELOG.md
+16
-1
gstreamer-base-sys/CHANGELOG.md
gstreamer-base-sys/CHANGELOG.md
+16
-1
gstreamer-mpegts-sys/CHANGELOG.md
gstreamer-mpegts-sys/CHANGELOG.md
+16
-1
gstreamer-net-sys/CHANGELOG.md
gstreamer-net-sys/CHANGELOG.md
+16
-1
gstreamer-pbutils-sys/CHANGELOG.md
gstreamer-pbutils-sys/CHANGELOG.md
+16
-1
gstreamer-player-sys/CHANGELOG.md
gstreamer-player-sys/CHANGELOG.md
+16
-1
gstreamer-rtsp-server-sys/CHANGELOG.md
gstreamer-rtsp-server-sys/CHANGELOG.md
+20
-1
gstreamer-rtsp-sys/CHANGELOG.md
gstreamer-rtsp-sys/CHANGELOG.md
+20
-1
gstreamer-sdp-sys/CHANGELOG.md
gstreamer-sdp-sys/CHANGELOG.md
+20
-1
gstreamer-sys/CHANGELOG.md
gstreamer-sys/CHANGELOG.md
+16
-1
gstreamer-tag-sys/CHANGELOG.md
gstreamer-tag-sys/CHANGELOG.md
+16
-1
gstreamer-video-sys/CHANGELOG.md
gstreamer-video-sys/CHANGELOG.md
+16
-1
gstreamer-webrtc-sys/CHANGELOG.md
gstreamer-webrtc-sys/CHANGELOG.md
+97
-0
No files found.
gstreamer-app-sys/CHANGELOG.md
View file @
b3b0e5e4
...
...
@@ -5,6 +5,19 @@ 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.5.0] - 2018-03-20
### Changed
-
Updated everything to GStreamer 1.14.0
### Added
-
GstSdp, GstRtsp, GstRtspServer and GstWebRTC bindings
### Fixed
-
Use external_libraries feature of gir to require less manual editing
-
Remove some unused crates from dependencies
-
Disale print_system_libs in calls to pkg-config to work better with
non-system installs of GStreamer
## [0.4.1] - 2018-02-18
### Fixed
-
Fix native library name of GstNet bindings
...
...
@@ -74,7 +87,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
-
Initial release of the autogenerated GStreamer FFI bindings.
[
Unreleased
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.0...HEAD
[
Unreleased
]:
https://github.com/sdroege/gstreamer-sys/compare/0.5.0...HEAD
[
0.5.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.1...0.5.0
[
0.4.1
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.0...0.4.1
[
0.4.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.3.0...0.4.0
[
0.3.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.2.1...0.3.0
[
0.2.1
]:
https://github.com/sdroege/gstreamer-sys/compare/0.2.0...0.2.1
...
...
gstreamer-audio-sys/CHANGELOG.md
View file @
b3b0e5e4
...
...
@@ -5,6 +5,19 @@ 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.5.0] - 2018-03-20
### Changed
-
Updated everything to GStreamer 1.14.0
### Added
-
GstSdp, GstRtsp, GstRtspServer and GstWebRTC bindings
### Fixed
-
Use external_libraries feature of gir to require less manual editing
-
Remove some unused crates from dependencies
-
Disale print_system_libs in calls to pkg-config to work better with
non-system installs of GStreamer
## [0.4.1] - 2018-02-18
### Fixed
-
Fix native library name of GstNet bindings
...
...
@@ -74,7 +87,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
-
Initial release of the autogenerated GStreamer FFI bindings.
[
Unreleased
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.0...HEAD
[
Unreleased
]:
https://github.com/sdroege/gstreamer-sys/compare/0.5.0...HEAD
[
0.5.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.1...0.5.0
[
0.4.1
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.0...0.4.1
[
0.4.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.3.0...0.4.0
[
0.3.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.2.1...0.3.0
[
0.2.1
]:
https://github.com/sdroege/gstreamer-sys/compare/0.2.0...0.2.1
...
...
gstreamer-base-sys/CHANGELOG.md
View file @
b3b0e5e4
...
...
@@ -5,6 +5,19 @@ 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.5.0] - 2018-03-20
### Changed
-
Updated everything to GStreamer 1.14.0
### Added
-
GstSdp, GstRtsp, GstRtspServer and GstWebRTC bindings
### Fixed
-
Use external_libraries feature of gir to require less manual editing
-
Remove some unused crates from dependencies
-
Disale print_system_libs in calls to pkg-config to work better with
non-system installs of GStreamer
## [0.4.1] - 2018-02-18
### Fixed
-
Fix native library name of GstNet bindings
...
...
@@ -74,7 +87,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
-
Initial release of the autogenerated GStreamer FFI bindings.
[
Unreleased
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.0...HEAD
[
Unreleased
]:
https://github.com/sdroege/gstreamer-sys/compare/0.5.0...HEAD
[
0.5.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.1...0.5.0
[
0.4.1
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.0...0.4.1
[
0.4.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.3.0...0.4.0
[
0.3.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.2.1...0.3.0
[
0.2.1
]:
https://github.com/sdroege/gstreamer-sys/compare/0.2.0...0.2.1
...
...
gstreamer-mpegts-sys/CHANGELOG.md
View file @
b3b0e5e4
...
...
@@ -5,6 +5,19 @@ 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.5.0] - 2018-03-20
### Changed
-
Updated everything to GStreamer 1.14.0
### Added
-
GstSdp, GstRtsp, GstRtspServer and GstWebRTC bindings
### Fixed
-
Use external_libraries feature of gir to require less manual editing
-
Remove some unused crates from dependencies
-
Disale print_system_libs in calls to pkg-config to work better with
non-system installs of GStreamer
## [0.4.1] - 2018-02-18
### Fixed
-
Fix native library name of GstNet bindings
...
...
@@ -74,7 +87,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
-
Initial release of the autogenerated GStreamer FFI bindings.
[
Unreleased
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.0...HEAD
[
Unreleased
]:
https://github.com/sdroege/gstreamer-sys/compare/0.5.0...HEAD
[
0.5.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.1...0.5.0
[
0.4.1
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.0...0.4.1
[
0.4.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.3.0...0.4.0
[
0.3.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.2.1...0.3.0
[
0.2.1
]:
https://github.com/sdroege/gstreamer-sys/compare/0.2.0...0.2.1
...
...
gstreamer-net-sys/CHANGELOG.md
View file @
b3b0e5e4
...
...
@@ -5,6 +5,19 @@ 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.5.0] - 2018-03-20
### Changed
-
Updated everything to GStreamer 1.14.0
### Added
-
GstSdp, GstRtsp, GstRtspServer and GstWebRTC bindings
### Fixed
-
Use external_libraries feature of gir to require less manual editing
-
Remove some unused crates from dependencies
-
Disale print_system_libs in calls to pkg-config to work better with
non-system installs of GStreamer
## [0.4.1] - 2018-02-18
### Fixed
-
Fix native library name of GstNet bindings
...
...
@@ -74,7 +87,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
-
Initial release of the autogenerated GStreamer FFI bindings.
[
Unreleased
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.0...HEAD
[
Unreleased
]:
https://github.com/sdroege/gstreamer-sys/compare/0.5.0...HEAD
[
0.5.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.1...0.5.0
[
0.4.1
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.0...0.4.1
[
0.4.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.3.0...0.4.0
[
0.3.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.2.1...0.3.0
[
0.2.1
]:
https://github.com/sdroege/gstreamer-sys/compare/0.2.0...0.2.1
...
...
gstreamer-pbutils-sys/CHANGELOG.md
View file @
b3b0e5e4
...
...
@@ -5,6 +5,19 @@ 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.5.0] - 2018-03-20
### Changed
-
Updated everything to GStreamer 1.14.0
### Added
-
GstSdp, GstRtsp, GstRtspServer and GstWebRTC bindings
### Fixed
-
Use external_libraries feature of gir to require less manual editing
-
Remove some unused crates from dependencies
-
Disale print_system_libs in calls to pkg-config to work better with
non-system installs of GStreamer
## [0.4.1] - 2018-02-18
### Fixed
-
Fix native library name of GstNet bindings
...
...
@@ -74,7 +87,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
-
Initial release of the autogenerated GStreamer FFI bindings.
[
Unreleased
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.0...HEAD
[
Unreleased
]:
https://github.com/sdroege/gstreamer-sys/compare/0.5.0...HEAD
[
0.5.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.1...0.5.0
[
0.4.1
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.0...0.4.1
[
0.4.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.3.0...0.4.0
[
0.3.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.2.1...0.3.0
[
0.2.1
]:
https://github.com/sdroege/gstreamer-sys/compare/0.2.0...0.2.1
...
...
gstreamer-player-sys/CHANGELOG.md
View file @
b3b0e5e4
...
...
@@ -5,6 +5,19 @@ 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.5.0] - 2018-03-20
### Changed
-
Updated everything to GStreamer 1.14.0
### Added
-
GstSdp, GstRtsp, GstRtspServer and GstWebRTC bindings
### Fixed
-
Use external_libraries feature of gir to require less manual editing
-
Remove some unused crates from dependencies
-
Disale print_system_libs in calls to pkg-config to work better with
non-system installs of GStreamer
## [0.4.1] - 2018-02-18
### Fixed
-
Fix native library name of GstNet bindings
...
...
@@ -74,7 +87,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
-
Initial release of the autogenerated GStreamer FFI bindings.
[
Unreleased
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.0...HEAD
[
Unreleased
]:
https://github.com/sdroege/gstreamer-sys/compare/0.5.0...HEAD
[
0.5.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.1...0.5.0
[
0.4.1
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.0...0.4.1
[
0.4.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.3.0...0.4.0
[
0.3.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.2.1...0.3.0
[
0.2.1
]:
https://github.com/sdroege/gstreamer-sys/compare/0.2.0...0.2.1
...
...
gstreamer-rtsp-server-sys/CHANGELOG.md
View file @
b3b0e5e4
...
...
@@ -5,6 +5,23 @@ 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.5.0] - 2018-03-20
### Changed
-
Updated everything to GStreamer 1.14.0
### Added
-
GstSdp, GstRtsp, GstRtspServer and GstWebRTC bindings
### Fixed
-
Use external_libraries feature of gir to require less manual editing
-
Remove some unused crates from dependencies
-
Disale print_system_libs in calls to pkg-config to work better with
non-system installs of GStreamer
## [0.4.1] - 2018-02-18
### Fixed
-
Fix native library name of GstNet bindings
## [0.4.0] - 2017-12-23
### Added
-
GstNet bindings
...
...
@@ -70,7 +87,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
-
Initial release of the autogenerated GStreamer FFI bindings.
[
Unreleased
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.0...HEAD
[
Unreleased
]:
https://github.com/sdroege/gstreamer-sys/compare/0.5.0...HEAD
[
0.5.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.1...0.5.0
[
0.4.1
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.0...0.4.1
[
0.4.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.3.0...0.4.0
[
0.3.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.2.1...0.3.0
[
0.2.1
]:
https://github.com/sdroege/gstreamer-sys/compare/0.2.0...0.2.1
...
...
gstreamer-rtsp-sys/CHANGELOG.md
View file @
b3b0e5e4
...
...
@@ -5,6 +5,23 @@ 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.5.0] - 2018-03-20
### Changed
-
Updated everything to GStreamer 1.14.0
### Added
-
GstSdp, GstRtsp, GstRtspServer and GstWebRTC bindings
### Fixed
-
Use external_libraries feature of gir to require less manual editing
-
Remove some unused crates from dependencies
-
Disale print_system_libs in calls to pkg-config to work better with
non-system installs of GStreamer
## [0.4.1] - 2018-02-18
### Fixed
-
Fix native library name of GstNet bindings
## [0.4.0] - 2017-12-23
### Added
-
GstNet bindings
...
...
@@ -70,7 +87,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
-
Initial release of the autogenerated GStreamer FFI bindings.
[
Unreleased
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.0...HEAD
[
Unreleased
]:
https://github.com/sdroege/gstreamer-sys/compare/0.5.0...HEAD
[
0.5.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.1...0.5.0
[
0.4.1
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.0...0.4.1
[
0.4.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.3.0...0.4.0
[
0.3.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.2.1...0.3.0
[
0.2.1
]:
https://github.com/sdroege/gstreamer-sys/compare/0.2.0...0.2.1
...
...
gstreamer-sdp-sys/CHANGELOG.md
View file @
b3b0e5e4
...
...
@@ -5,6 +5,23 @@ 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.5.0] - 2018-03-20
### Changed
-
Updated everything to GStreamer 1.14.0
### Added
-
GstSdp, GstRtsp, GstRtspServer and GstWebRTC bindings
### Fixed
-
Use external_libraries feature of gir to require less manual editing
-
Remove some unused crates from dependencies
-
Disale print_system_libs in calls to pkg-config to work better with
non-system installs of GStreamer
## [0.4.1] - 2018-02-18
### Fixed
-
Fix native library name of GstNet bindings
## [0.4.0] - 2017-12-23
### Added
-
GstNet bindings
...
...
@@ -70,7 +87,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
-
Initial release of the autogenerated GStreamer FFI bindings.
[
Unreleased
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.0...HEAD
[
Unreleased
]:
https://github.com/sdroege/gstreamer-sys/compare/0.5.0...HEAD
[
0.5.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.1...0.5.0
[
0.4.1
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.0...0.4.1
[
0.4.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.3.0...0.4.0
[
0.3.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.2.1...0.3.0
[
0.2.1
]:
https://github.com/sdroege/gstreamer-sys/compare/0.2.0...0.2.1
...
...
gstreamer-sys/CHANGELOG.md
View file @
b3b0e5e4
...
...
@@ -5,6 +5,19 @@ 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.5.0] - 2018-03-20
### Changed
-
Updated everything to GStreamer 1.14.0
### Added
-
GstSdp, GstRtsp, GstRtspServer and GstWebRTC bindings
### Fixed
-
Use external_libraries feature of gir to require less manual editing
-
Remove some unused crates from dependencies
-
Disale print_system_libs in calls to pkg-config to work better with
non-system installs of GStreamer
## [0.4.1] - 2018-02-18
### Fixed
-
Fix native library name of GstNet bindings
...
...
@@ -74,7 +87,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
-
Initial release of the autogenerated GStreamer FFI bindings.
[
Unreleased
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.0...HEAD
[
Unreleased
]:
https://github.com/sdroege/gstreamer-sys/compare/0.5.0...HEAD
[
0.5.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.1...0.5.0
[
0.4.1
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.0...0.4.1
[
0.4.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.3.0...0.4.0
[
0.3.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.2.1...0.3.0
[
0.2.1
]:
https://github.com/sdroege/gstreamer-sys/compare/0.2.0...0.2.1
...
...
gstreamer-tag-sys/CHANGELOG.md
View file @
b3b0e5e4
...
...
@@ -5,6 +5,19 @@ 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.5.0] - 2018-03-20
### Changed
-
Updated everything to GStreamer 1.14.0
### Added
-
GstSdp, GstRtsp, GstRtspServer and GstWebRTC bindings
### Fixed
-
Use external_libraries feature of gir to require less manual editing
-
Remove some unused crates from dependencies
-
Disale print_system_libs in calls to pkg-config to work better with
non-system installs of GStreamer
## [0.4.1] - 2018-02-18
### Fixed
-
Fix native library name of GstNet bindings
...
...
@@ -74,7 +87,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
-
Initial release of the autogenerated GStreamer FFI bindings.
[
Unreleased
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.0...HEAD
[
Unreleased
]:
https://github.com/sdroege/gstreamer-sys/compare/0.5.0...HEAD
[
0.5.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.1...0.5.0
[
0.4.1
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.0...0.4.1
[
0.4.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.3.0...0.4.0
[
0.3.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.2.1...0.3.0
[
0.2.1
]:
https://github.com/sdroege/gstreamer-sys/compare/0.2.0...0.2.1
...
...
gstreamer-video-sys/CHANGELOG.md
View file @
b3b0e5e4
...
...
@@ -5,6 +5,19 @@ 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.5.0] - 2018-03-20
### Changed
-
Updated everything to GStreamer 1.14.0
### Added
-
GstSdp, GstRtsp, GstRtspServer and GstWebRTC bindings
### Fixed
-
Use external_libraries feature of gir to require less manual editing
-
Remove some unused crates from dependencies
-
Disale print_system_libs in calls to pkg-config to work better with
non-system installs of GStreamer
## [0.4.1] - 2018-02-18
### Fixed
-
Fix native library name of GstNet bindings
...
...
@@ -74,7 +87,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
-
Initial release of the autogenerated GStreamer FFI bindings.
[
Unreleased
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.0...HEAD
[
Unreleased
]:
https://github.com/sdroege/gstreamer-sys/compare/0.5.0...HEAD
[
0.5.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.1...0.5.0
[
0.4.1
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.0...0.4.1
[
0.4.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.3.0...0.4.0
[
0.3.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.2.1...0.3.0
[
0.2.1
]:
https://github.com/sdroege/gstreamer-sys/compare/0.2.0...0.2.1
...
...
gstreamer-webrtc-sys/CHANGELOG.md
0 → 100644
View file @
b3b0e5e4
# Changelog
All notable changes to this project will be documented in this file.
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.5.0] - 2018-03-20
### Changed
-
Updated everything to GStreamer 1.14.0
### Added
-
GstSdp, GstRtsp, GstRtspServer and GstWebRTC bindings
### Fixed
-
Use external_libraries feature of gir to require less manual editing
-
Remove some unused crates from dependencies
-
Disale print_system_libs in calls to pkg-config to work better with
non-system installs of GStreamer
## [0.4.1] - 2018-02-18
### Fixed
-
Fix native library name of GstNet bindings
## [0.4.0] - 2017-12-23
### Added
-
GstNet bindings
-
Debug impls for basically every type
-
Script to automatically regenerate everything
### Changed
-
gst_player_[sg]et_multiview_mode() argument types were changed from
GstMultiviewMode to GstMultiviewFramePacking, which is the correct subset
of the former that is allowed here
-
gst_plugin_add_dependency() takes
*mut *
mut c_char as argument type instead
of
*mut *
const c_char
## [0.3.0] - 2017-11-26
### Added
-
GstMpegTs bindings
### Changed
-
GstDebugColorFlags from an enum to a bitfield
-
Updated to bitflags 1.0
-
Added support for the "dox" feature to generate documentation for all
possible versions
-
Depend on glib-sys/gobject-sys 0.5
### Fixes
-
GstStackTraceFlags, gst_flow_combiner_ref/unref are only available since
1.
12 and 1.12.1 respectively
-
All C enums are represented as integers + constants now to prevent undefined
behaviour when out-of-range values are received
## [0.2.1] - 2017-09-10
### Changed
-
Add README.md to all crates directly
### Fixed
-
Fix various compiler warnings
-
Fix versioning/feature mess. Now each library has features for all major
versions and for the correct minor versions that added API.
-
Removed Cargo.lock from GIT
## [0.2.0] - 2017-08-28
### Added
-
Add GstPlayer bindings
### Changed
-
Depend on bitflags 0.9
-
Update GIR files to 1.12.1 release
-
Fix various errors in the GIR files, backported from GStreamer GIT master
-
Depend on gobject-sys/glib-sys 0.4.0 for various improvements
-
Regenerated everything with latest GIR
## [0.1.1] - 2017-05-10
### Added
-
Add GstTag and GstApp bindings
-
Add lots of missing fields to all the structs thanks to GIR improvements
### Changed
-
Update GIR files to 1.12.0 release
-
Depend on gobject-sys/glib-sys 0.3.4 release for more complete structs
-
Regenerated everything with latest GIR
## [0.1.0] - 2017-04-09
-
Initial release of the autogenerated GStreamer FFI bindings.
[
Unreleased
]:
https://github.com/sdroege/gstreamer-sys/compare/0.5.0...HEAD
[
0.5.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.1...0.5.0
[
0.4.1
]:
https://github.com/sdroege/gstreamer-sys/compare/0.4.0...0.4.1
[
0.4.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.3.0...0.4.0
[
0.3.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.2.1...0.3.0
[
0.2.1
]:
https://github.com/sdroege/gstreamer-sys/compare/0.2.0...0.2.1
[
0.2.0
]:
https://github.com/sdroege/gstreamer-sys/compare/0.1.1...0.2.0
[
0.1.1
]:
https://github.com/sdroege/gstreamer-sys/compare/0.1.0...0.1.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