From f92f8157fd334e8749b752083289e2b1939db8ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 5 Jul 2020 23:12:38 +0300 Subject: [PATCH] Update CHANGELOG.md for 0.9.0 --- gstreamer-app-sys/CHANGELOG.md | 20 +++++++++++++++++++- gstreamer-audio-sys/CHANGELOG.md | 20 +++++++++++++++++++- gstreamer-base-sys/CHANGELOG.md | 20 +++++++++++++++++++- gstreamer-check-sys/CHANGELOG.md | 20 +++++++++++++++++++- gstreamer-editing-services-sys/CHANGELOG.md | 20 +++++++++++++++++++- gstreamer-gl-sys/CHANGELOG.md | 20 +++++++++++++++++++- gstreamer-mpegts-sys/CHANGELOG.md | 20 +++++++++++++++++++- gstreamer-net-sys/CHANGELOG.md | 20 +++++++++++++++++++- gstreamer-pbutils-sys/CHANGELOG.md | 20 +++++++++++++++++++- gstreamer-player-sys/CHANGELOG.md | 20 +++++++++++++++++++- gstreamer-rtp-sys/CHANGELOG.md | 20 +++++++++++++++++++- gstreamer-rtsp-server-sys/CHANGELOG.md | 20 +++++++++++++++++++- gstreamer-rtsp-sys/CHANGELOG.md | 20 +++++++++++++++++++- gstreamer-sdp-sys/CHANGELOG.md | 20 +++++++++++++++++++- gstreamer-sys/CHANGELOG.md | 20 +++++++++++++++++++- gstreamer-tag-sys/CHANGELOG.md | 20 +++++++++++++++++++- gstreamer-video-sys/CHANGELOG.md | 20 +++++++++++++++++++- gstreamer-webrtc-sys/CHANGELOG.md | 20 +++++++++++++++++++- 18 files changed, 342 insertions(+), 18 deletions(-) diff --git a/gstreamer-app-sys/CHANGELOG.md b/gstreamer-app-sys/CHANGELOG.md index b35c3846a..45220057b 100644 --- a/gstreamer-app-sys/CHANGELOG.md +++ b/gstreamer-app-sys/CHANGELOG.md @@ -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.9.0] - 2020-07-05 +### Added +- Updated bindings to 1.17.2, adding experimental 1.18 support. This can be + opted-in via the "v1_18" feature flag but there might still be API changes + in the newly added API. + +### Changed +- Minimum supported GStreamer version is 1.8 now. +- The `system-deps` crate is now used for declaring the dependency on the C + libraries instead of directly using `pkg-config`. + +### Fixed +- Various missing version markers were added, which should allow compilation + against GStreamer 1.8 on Windows again. On Windows missing symbols are + apparently an error even if they're not used. +- `AUDIO/VIDEO_FORMATS_ALL` are ignored now as they're endian-dependent. + ## [0.8.1] - 2019-12-16 ### Added - GStreamer RTP bindings @@ -142,7 +159,8 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v - Initial release of the autogenerated GStreamer FFI bindings. -[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.9.0...HEAD +[0.9.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...0.9.0 [0.8.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.0...0.8.1 [0.8.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.7.0...0.8.0 [0.7.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.6.1...0.7.0 diff --git a/gstreamer-audio-sys/CHANGELOG.md b/gstreamer-audio-sys/CHANGELOG.md index b35c3846a..45220057b 100644 --- a/gstreamer-audio-sys/CHANGELOG.md +++ b/gstreamer-audio-sys/CHANGELOG.md @@ -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.9.0] - 2020-07-05 +### Added +- Updated bindings to 1.17.2, adding experimental 1.18 support. This can be + opted-in via the "v1_18" feature flag but there might still be API changes + in the newly added API. + +### Changed +- Minimum supported GStreamer version is 1.8 now. +- The `system-deps` crate is now used for declaring the dependency on the C + libraries instead of directly using `pkg-config`. + +### Fixed +- Various missing version markers were added, which should allow compilation + against GStreamer 1.8 on Windows again. On Windows missing symbols are + apparently an error even if they're not used. +- `AUDIO/VIDEO_FORMATS_ALL` are ignored now as they're endian-dependent. + ## [0.8.1] - 2019-12-16 ### Added - GStreamer RTP bindings @@ -142,7 +159,8 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v - Initial release of the autogenerated GStreamer FFI bindings. -[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.9.0...HEAD +[0.9.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...0.9.0 [0.8.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.0...0.8.1 [0.8.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.7.0...0.8.0 [0.7.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.6.1...0.7.0 diff --git a/gstreamer-base-sys/CHANGELOG.md b/gstreamer-base-sys/CHANGELOG.md index b35c3846a..45220057b 100644 --- a/gstreamer-base-sys/CHANGELOG.md +++ b/gstreamer-base-sys/CHANGELOG.md @@ -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.9.0] - 2020-07-05 +### Added +- Updated bindings to 1.17.2, adding experimental 1.18 support. This can be + opted-in via the "v1_18" feature flag but there might still be API changes + in the newly added API. + +### Changed +- Minimum supported GStreamer version is 1.8 now. +- The `system-deps` crate is now used for declaring the dependency on the C + libraries instead of directly using `pkg-config`. + +### Fixed +- Various missing version markers were added, which should allow compilation + against GStreamer 1.8 on Windows again. On Windows missing symbols are + apparently an error even if they're not used. +- `AUDIO/VIDEO_FORMATS_ALL` are ignored now as they're endian-dependent. + ## [0.8.1] - 2019-12-16 ### Added - GStreamer RTP bindings @@ -142,7 +159,8 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v - Initial release of the autogenerated GStreamer FFI bindings. -[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.9.0...HEAD +[0.9.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...0.9.0 [0.8.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.0...0.8.1 [0.8.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.7.0...0.8.0 [0.7.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.6.1...0.7.0 diff --git a/gstreamer-check-sys/CHANGELOG.md b/gstreamer-check-sys/CHANGELOG.md index b35c3846a..45220057b 100644 --- a/gstreamer-check-sys/CHANGELOG.md +++ b/gstreamer-check-sys/CHANGELOG.md @@ -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.9.0] - 2020-07-05 +### Added +- Updated bindings to 1.17.2, adding experimental 1.18 support. This can be + opted-in via the "v1_18" feature flag but there might still be API changes + in the newly added API. + +### Changed +- Minimum supported GStreamer version is 1.8 now. +- The `system-deps` crate is now used for declaring the dependency on the C + libraries instead of directly using `pkg-config`. + +### Fixed +- Various missing version markers were added, which should allow compilation + against GStreamer 1.8 on Windows again. On Windows missing symbols are + apparently an error even if they're not used. +- `AUDIO/VIDEO_FORMATS_ALL` are ignored now as they're endian-dependent. + ## [0.8.1] - 2019-12-16 ### Added - GStreamer RTP bindings @@ -142,7 +159,8 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v - Initial release of the autogenerated GStreamer FFI bindings. -[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.9.0...HEAD +[0.9.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...0.9.0 [0.8.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.0...0.8.1 [0.8.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.7.0...0.8.0 [0.7.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.6.1...0.7.0 diff --git a/gstreamer-editing-services-sys/CHANGELOG.md b/gstreamer-editing-services-sys/CHANGELOG.md index b35c3846a..45220057b 100644 --- a/gstreamer-editing-services-sys/CHANGELOG.md +++ b/gstreamer-editing-services-sys/CHANGELOG.md @@ -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.9.0] - 2020-07-05 +### Added +- Updated bindings to 1.17.2, adding experimental 1.18 support. This can be + opted-in via the "v1_18" feature flag but there might still be API changes + in the newly added API. + +### Changed +- Minimum supported GStreamer version is 1.8 now. +- The `system-deps` crate is now used for declaring the dependency on the C + libraries instead of directly using `pkg-config`. + +### Fixed +- Various missing version markers were added, which should allow compilation + against GStreamer 1.8 on Windows again. On Windows missing symbols are + apparently an error even if they're not used. +- `AUDIO/VIDEO_FORMATS_ALL` are ignored now as they're endian-dependent. + ## [0.8.1] - 2019-12-16 ### Added - GStreamer RTP bindings @@ -142,7 +159,8 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v - Initial release of the autogenerated GStreamer FFI bindings. -[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.9.0...HEAD +[0.9.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...0.9.0 [0.8.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.0...0.8.1 [0.8.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.7.0...0.8.0 [0.7.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.6.1...0.7.0 diff --git a/gstreamer-gl-sys/CHANGELOG.md b/gstreamer-gl-sys/CHANGELOG.md index b35c3846a..45220057b 100644 --- a/gstreamer-gl-sys/CHANGELOG.md +++ b/gstreamer-gl-sys/CHANGELOG.md @@ -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.9.0] - 2020-07-05 +### Added +- Updated bindings to 1.17.2, adding experimental 1.18 support. This can be + opted-in via the "v1_18" feature flag but there might still be API changes + in the newly added API. + +### Changed +- Minimum supported GStreamer version is 1.8 now. +- The `system-deps` crate is now used for declaring the dependency on the C + libraries instead of directly using `pkg-config`. + +### Fixed +- Various missing version markers were added, which should allow compilation + against GStreamer 1.8 on Windows again. On Windows missing symbols are + apparently an error even if they're not used. +- `AUDIO/VIDEO_FORMATS_ALL` are ignored now as they're endian-dependent. + ## [0.8.1] - 2019-12-16 ### Added - GStreamer RTP bindings @@ -142,7 +159,8 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v - Initial release of the autogenerated GStreamer FFI bindings. -[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.9.0...HEAD +[0.9.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...0.9.0 [0.8.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.0...0.8.1 [0.8.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.7.0...0.8.0 [0.7.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.6.1...0.7.0 diff --git a/gstreamer-mpegts-sys/CHANGELOG.md b/gstreamer-mpegts-sys/CHANGELOG.md index b35c3846a..45220057b 100644 --- a/gstreamer-mpegts-sys/CHANGELOG.md +++ b/gstreamer-mpegts-sys/CHANGELOG.md @@ -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.9.0] - 2020-07-05 +### Added +- Updated bindings to 1.17.2, adding experimental 1.18 support. This can be + opted-in via the "v1_18" feature flag but there might still be API changes + in the newly added API. + +### Changed +- Minimum supported GStreamer version is 1.8 now. +- The `system-deps` crate is now used for declaring the dependency on the C + libraries instead of directly using `pkg-config`. + +### Fixed +- Various missing version markers were added, which should allow compilation + against GStreamer 1.8 on Windows again. On Windows missing symbols are + apparently an error even if they're not used. +- `AUDIO/VIDEO_FORMATS_ALL` are ignored now as they're endian-dependent. + ## [0.8.1] - 2019-12-16 ### Added - GStreamer RTP bindings @@ -142,7 +159,8 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v - Initial release of the autogenerated GStreamer FFI bindings. -[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.9.0...HEAD +[0.9.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...0.9.0 [0.8.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.0...0.8.1 [0.8.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.7.0...0.8.0 [0.7.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.6.1...0.7.0 diff --git a/gstreamer-net-sys/CHANGELOG.md b/gstreamer-net-sys/CHANGELOG.md index b35c3846a..45220057b 100644 --- a/gstreamer-net-sys/CHANGELOG.md +++ b/gstreamer-net-sys/CHANGELOG.md @@ -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.9.0] - 2020-07-05 +### Added +- Updated bindings to 1.17.2, adding experimental 1.18 support. This can be + opted-in via the "v1_18" feature flag but there might still be API changes + in the newly added API. + +### Changed +- Minimum supported GStreamer version is 1.8 now. +- The `system-deps` crate is now used for declaring the dependency on the C + libraries instead of directly using `pkg-config`. + +### Fixed +- Various missing version markers were added, which should allow compilation + against GStreamer 1.8 on Windows again. On Windows missing symbols are + apparently an error even if they're not used. +- `AUDIO/VIDEO_FORMATS_ALL` are ignored now as they're endian-dependent. + ## [0.8.1] - 2019-12-16 ### Added - GStreamer RTP bindings @@ -142,7 +159,8 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v - Initial release of the autogenerated GStreamer FFI bindings. -[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.9.0...HEAD +[0.9.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...0.9.0 [0.8.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.0...0.8.1 [0.8.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.7.0...0.8.0 [0.7.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.6.1...0.7.0 diff --git a/gstreamer-pbutils-sys/CHANGELOG.md b/gstreamer-pbutils-sys/CHANGELOG.md index b35c3846a..45220057b 100644 --- a/gstreamer-pbutils-sys/CHANGELOG.md +++ b/gstreamer-pbutils-sys/CHANGELOG.md @@ -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.9.0] - 2020-07-05 +### Added +- Updated bindings to 1.17.2, adding experimental 1.18 support. This can be + opted-in via the "v1_18" feature flag but there might still be API changes + in the newly added API. + +### Changed +- Minimum supported GStreamer version is 1.8 now. +- The `system-deps` crate is now used for declaring the dependency on the C + libraries instead of directly using `pkg-config`. + +### Fixed +- Various missing version markers were added, which should allow compilation + against GStreamer 1.8 on Windows again. On Windows missing symbols are + apparently an error even if they're not used. +- `AUDIO/VIDEO_FORMATS_ALL` are ignored now as they're endian-dependent. + ## [0.8.1] - 2019-12-16 ### Added - GStreamer RTP bindings @@ -142,7 +159,8 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v - Initial release of the autogenerated GStreamer FFI bindings. -[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.9.0...HEAD +[0.9.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...0.9.0 [0.8.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.0...0.8.1 [0.8.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.7.0...0.8.0 [0.7.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.6.1...0.7.0 diff --git a/gstreamer-player-sys/CHANGELOG.md b/gstreamer-player-sys/CHANGELOG.md index b35c3846a..45220057b 100644 --- a/gstreamer-player-sys/CHANGELOG.md +++ b/gstreamer-player-sys/CHANGELOG.md @@ -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.9.0] - 2020-07-05 +### Added +- Updated bindings to 1.17.2, adding experimental 1.18 support. This can be + opted-in via the "v1_18" feature flag but there might still be API changes + in the newly added API. + +### Changed +- Minimum supported GStreamer version is 1.8 now. +- The `system-deps` crate is now used for declaring the dependency on the C + libraries instead of directly using `pkg-config`. + +### Fixed +- Various missing version markers were added, which should allow compilation + against GStreamer 1.8 on Windows again. On Windows missing symbols are + apparently an error even if they're not used. +- `AUDIO/VIDEO_FORMATS_ALL` are ignored now as they're endian-dependent. + ## [0.8.1] - 2019-12-16 ### Added - GStreamer RTP bindings @@ -142,7 +159,8 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v - Initial release of the autogenerated GStreamer FFI bindings. -[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.9.0...HEAD +[0.9.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...0.9.0 [0.8.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.0...0.8.1 [0.8.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.7.0...0.8.0 [0.7.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.6.1...0.7.0 diff --git a/gstreamer-rtp-sys/CHANGELOG.md b/gstreamer-rtp-sys/CHANGELOG.md index b35c3846a..45220057b 100644 --- a/gstreamer-rtp-sys/CHANGELOG.md +++ b/gstreamer-rtp-sys/CHANGELOG.md @@ -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.9.0] - 2020-07-05 +### Added +- Updated bindings to 1.17.2, adding experimental 1.18 support. This can be + opted-in via the "v1_18" feature flag but there might still be API changes + in the newly added API. + +### Changed +- Minimum supported GStreamer version is 1.8 now. +- The `system-deps` crate is now used for declaring the dependency on the C + libraries instead of directly using `pkg-config`. + +### Fixed +- Various missing version markers were added, which should allow compilation + against GStreamer 1.8 on Windows again. On Windows missing symbols are + apparently an error even if they're not used. +- `AUDIO/VIDEO_FORMATS_ALL` are ignored now as they're endian-dependent. + ## [0.8.1] - 2019-12-16 ### Added - GStreamer RTP bindings @@ -142,7 +159,8 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v - Initial release of the autogenerated GStreamer FFI bindings. -[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.9.0...HEAD +[0.9.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...0.9.0 [0.8.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.0...0.8.1 [0.8.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.7.0...0.8.0 [0.7.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.6.1...0.7.0 diff --git a/gstreamer-rtsp-server-sys/CHANGELOG.md b/gstreamer-rtsp-server-sys/CHANGELOG.md index b35c3846a..45220057b 100644 --- a/gstreamer-rtsp-server-sys/CHANGELOG.md +++ b/gstreamer-rtsp-server-sys/CHANGELOG.md @@ -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.9.0] - 2020-07-05 +### Added +- Updated bindings to 1.17.2, adding experimental 1.18 support. This can be + opted-in via the "v1_18" feature flag but there might still be API changes + in the newly added API. + +### Changed +- Minimum supported GStreamer version is 1.8 now. +- The `system-deps` crate is now used for declaring the dependency on the C + libraries instead of directly using `pkg-config`. + +### Fixed +- Various missing version markers were added, which should allow compilation + against GStreamer 1.8 on Windows again. On Windows missing symbols are + apparently an error even if they're not used. +- `AUDIO/VIDEO_FORMATS_ALL` are ignored now as they're endian-dependent. + ## [0.8.1] - 2019-12-16 ### Added - GStreamer RTP bindings @@ -142,7 +159,8 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v - Initial release of the autogenerated GStreamer FFI bindings. -[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.9.0...HEAD +[0.9.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...0.9.0 [0.8.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.0...0.8.1 [0.8.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.7.0...0.8.0 [0.7.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.6.1...0.7.0 diff --git a/gstreamer-rtsp-sys/CHANGELOG.md b/gstreamer-rtsp-sys/CHANGELOG.md index b35c3846a..45220057b 100644 --- a/gstreamer-rtsp-sys/CHANGELOG.md +++ b/gstreamer-rtsp-sys/CHANGELOG.md @@ -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.9.0] - 2020-07-05 +### Added +- Updated bindings to 1.17.2, adding experimental 1.18 support. This can be + opted-in via the "v1_18" feature flag but there might still be API changes + in the newly added API. + +### Changed +- Minimum supported GStreamer version is 1.8 now. +- The `system-deps` crate is now used for declaring the dependency on the C + libraries instead of directly using `pkg-config`. + +### Fixed +- Various missing version markers were added, which should allow compilation + against GStreamer 1.8 on Windows again. On Windows missing symbols are + apparently an error even if they're not used. +- `AUDIO/VIDEO_FORMATS_ALL` are ignored now as they're endian-dependent. + ## [0.8.1] - 2019-12-16 ### Added - GStreamer RTP bindings @@ -142,7 +159,8 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v - Initial release of the autogenerated GStreamer FFI bindings. -[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.9.0...HEAD +[0.9.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...0.9.0 [0.8.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.0...0.8.1 [0.8.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.7.0...0.8.0 [0.7.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.6.1...0.7.0 diff --git a/gstreamer-sdp-sys/CHANGELOG.md b/gstreamer-sdp-sys/CHANGELOG.md index b35c3846a..45220057b 100644 --- a/gstreamer-sdp-sys/CHANGELOG.md +++ b/gstreamer-sdp-sys/CHANGELOG.md @@ -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.9.0] - 2020-07-05 +### Added +- Updated bindings to 1.17.2, adding experimental 1.18 support. This can be + opted-in via the "v1_18" feature flag but there might still be API changes + in the newly added API. + +### Changed +- Minimum supported GStreamer version is 1.8 now. +- The `system-deps` crate is now used for declaring the dependency on the C + libraries instead of directly using `pkg-config`. + +### Fixed +- Various missing version markers were added, which should allow compilation + against GStreamer 1.8 on Windows again. On Windows missing symbols are + apparently an error even if they're not used. +- `AUDIO/VIDEO_FORMATS_ALL` are ignored now as they're endian-dependent. + ## [0.8.1] - 2019-12-16 ### Added - GStreamer RTP bindings @@ -142,7 +159,8 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v - Initial release of the autogenerated GStreamer FFI bindings. -[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.9.0...HEAD +[0.9.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...0.9.0 [0.8.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.0...0.8.1 [0.8.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.7.0...0.8.0 [0.7.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.6.1...0.7.0 diff --git a/gstreamer-sys/CHANGELOG.md b/gstreamer-sys/CHANGELOG.md index b35c3846a..45220057b 100644 --- a/gstreamer-sys/CHANGELOG.md +++ b/gstreamer-sys/CHANGELOG.md @@ -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.9.0] - 2020-07-05 +### Added +- Updated bindings to 1.17.2, adding experimental 1.18 support. This can be + opted-in via the "v1_18" feature flag but there might still be API changes + in the newly added API. + +### Changed +- Minimum supported GStreamer version is 1.8 now. +- The `system-deps` crate is now used for declaring the dependency on the C + libraries instead of directly using `pkg-config`. + +### Fixed +- Various missing version markers were added, which should allow compilation + against GStreamer 1.8 on Windows again. On Windows missing symbols are + apparently an error even if they're not used. +- `AUDIO/VIDEO_FORMATS_ALL` are ignored now as they're endian-dependent. + ## [0.8.1] - 2019-12-16 ### Added - GStreamer RTP bindings @@ -142,7 +159,8 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v - Initial release of the autogenerated GStreamer FFI bindings. -[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.9.0...HEAD +[0.9.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...0.9.0 [0.8.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.0...0.8.1 [0.8.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.7.0...0.8.0 [0.7.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.6.1...0.7.0 diff --git a/gstreamer-tag-sys/CHANGELOG.md b/gstreamer-tag-sys/CHANGELOG.md index b35c3846a..45220057b 100644 --- a/gstreamer-tag-sys/CHANGELOG.md +++ b/gstreamer-tag-sys/CHANGELOG.md @@ -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.9.0] - 2020-07-05 +### Added +- Updated bindings to 1.17.2, adding experimental 1.18 support. This can be + opted-in via the "v1_18" feature flag but there might still be API changes + in the newly added API. + +### Changed +- Minimum supported GStreamer version is 1.8 now. +- The `system-deps` crate is now used for declaring the dependency on the C + libraries instead of directly using `pkg-config`. + +### Fixed +- Various missing version markers were added, which should allow compilation + against GStreamer 1.8 on Windows again. On Windows missing symbols are + apparently an error even if they're not used. +- `AUDIO/VIDEO_FORMATS_ALL` are ignored now as they're endian-dependent. + ## [0.8.1] - 2019-12-16 ### Added - GStreamer RTP bindings @@ -142,7 +159,8 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v - Initial release of the autogenerated GStreamer FFI bindings. -[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.9.0...HEAD +[0.9.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...0.9.0 [0.8.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.0...0.8.1 [0.8.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.7.0...0.8.0 [0.7.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.6.1...0.7.0 diff --git a/gstreamer-video-sys/CHANGELOG.md b/gstreamer-video-sys/CHANGELOG.md index b35c3846a..45220057b 100644 --- a/gstreamer-video-sys/CHANGELOG.md +++ b/gstreamer-video-sys/CHANGELOG.md @@ -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.9.0] - 2020-07-05 +### Added +- Updated bindings to 1.17.2, adding experimental 1.18 support. This can be + opted-in via the "v1_18" feature flag but there might still be API changes + in the newly added API. + +### Changed +- Minimum supported GStreamer version is 1.8 now. +- The `system-deps` crate is now used for declaring the dependency on the C + libraries instead of directly using `pkg-config`. + +### Fixed +- Various missing version markers were added, which should allow compilation + against GStreamer 1.8 on Windows again. On Windows missing symbols are + apparently an error even if they're not used. +- `AUDIO/VIDEO_FORMATS_ALL` are ignored now as they're endian-dependent. + ## [0.8.1] - 2019-12-16 ### Added - GStreamer RTP bindings @@ -142,7 +159,8 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v - Initial release of the autogenerated GStreamer FFI bindings. -[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.9.0...HEAD +[0.9.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...0.9.0 [0.8.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.0...0.8.1 [0.8.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.7.0...0.8.0 [0.7.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.6.1...0.7.0 diff --git a/gstreamer-webrtc-sys/CHANGELOG.md b/gstreamer-webrtc-sys/CHANGELOG.md index b35c3846a..45220057b 100644 --- a/gstreamer-webrtc-sys/CHANGELOG.md +++ b/gstreamer-webrtc-sys/CHANGELOG.md @@ -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.9.0] - 2020-07-05 +### Added +- Updated bindings to 1.17.2, adding experimental 1.18 support. This can be + opted-in via the "v1_18" feature flag but there might still be API changes + in the newly added API. + +### Changed +- Minimum supported GStreamer version is 1.8 now. +- The `system-deps` crate is now used for declaring the dependency on the C + libraries instead of directly using `pkg-config`. + +### Fixed +- Various missing version markers were added, which should allow compilation + against GStreamer 1.8 on Windows again. On Windows missing symbols are + apparently an error even if they're not used. +- `AUDIO/VIDEO_FORMATS_ALL` are ignored now as they're endian-dependent. + ## [0.8.1] - 2019-12-16 ### Added - GStreamer RTP bindings @@ -142,7 +159,8 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v - Initial release of the autogenerated GStreamer FFI bindings. -[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.9.0...HEAD +[0.9.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.1...0.9.0 [0.8.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.8.0...0.8.1 [0.8.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.7.0...0.8.0 [0.7.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.6.1...0.7.0