diff --git a/gstreamer-app-sys/CHANGELOG.md b/gstreamer-app-sys/CHANGELOG.md index 2e8801437..5383581a9 100644 --- a/gstreamer-app-sys/CHANGELOG.md +++ b/gstreamer-app-sys/CHANGELOG.md @@ -5,6 +5,15 @@ 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.7.0] - 2019-02-22 +### Added +- GstGL (OpenGL/GLES) bindings + +### Changed +- Switch to Rust 1.31 as minimum supported version +- Generate GstVideoOverlayFormatFlags as flags type instead of enum +- Updates GstMpegts with various annotation fixes from GStreamer git master + ## [0.6.1] - 2018-11-10 ### Added - GstCheck and GES (gstreamer editing services) bindings diff --git a/gstreamer-audio-sys/CHANGELOG.md b/gstreamer-audio-sys/CHANGELOG.md index 2e8801437..5383581a9 100644 --- a/gstreamer-audio-sys/CHANGELOG.md +++ b/gstreamer-audio-sys/CHANGELOG.md @@ -5,6 +5,15 @@ 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.7.0] - 2019-02-22 +### Added +- GstGL (OpenGL/GLES) bindings + +### Changed +- Switch to Rust 1.31 as minimum supported version +- Generate GstVideoOverlayFormatFlags as flags type instead of enum +- Updates GstMpegts with various annotation fixes from GStreamer git master + ## [0.6.1] - 2018-11-10 ### Added - GstCheck and GES (gstreamer editing services) bindings diff --git a/gstreamer-base-sys/CHANGELOG.md b/gstreamer-base-sys/CHANGELOG.md index 2e8801437..5383581a9 100644 --- a/gstreamer-base-sys/CHANGELOG.md +++ b/gstreamer-base-sys/CHANGELOG.md @@ -5,6 +5,15 @@ 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.7.0] - 2019-02-22 +### Added +- GstGL (OpenGL/GLES) bindings + +### Changed +- Switch to Rust 1.31 as minimum supported version +- Generate GstVideoOverlayFormatFlags as flags type instead of enum +- Updates GstMpegts with various annotation fixes from GStreamer git master + ## [0.6.1] - 2018-11-10 ### Added - GstCheck and GES (gstreamer editing services) bindings diff --git a/gstreamer-check-sys/CHANGELOG.md b/gstreamer-check-sys/CHANGELOG.md index 2e8801437..5383581a9 100644 --- a/gstreamer-check-sys/CHANGELOG.md +++ b/gstreamer-check-sys/CHANGELOG.md @@ -5,6 +5,15 @@ 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.7.0] - 2019-02-22 +### Added +- GstGL (OpenGL/GLES) bindings + +### Changed +- Switch to Rust 1.31 as minimum supported version +- Generate GstVideoOverlayFormatFlags as flags type instead of enum +- Updates GstMpegts with various annotation fixes from GStreamer git master + ## [0.6.1] - 2018-11-10 ### Added - GstCheck and GES (gstreamer editing services) bindings diff --git a/gstreamer-editing-services-sys/CHANGELOG.md b/gstreamer-editing-services-sys/CHANGELOG.md index 2e8801437..5383581a9 100644 --- a/gstreamer-editing-services-sys/CHANGELOG.md +++ b/gstreamer-editing-services-sys/CHANGELOG.md @@ -5,6 +5,15 @@ 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.7.0] - 2019-02-22 +### Added +- GstGL (OpenGL/GLES) bindings + +### Changed +- Switch to Rust 1.31 as minimum supported version +- Generate GstVideoOverlayFormatFlags as flags type instead of enum +- Updates GstMpegts with various annotation fixes from GStreamer git master + ## [0.6.1] - 2018-11-10 ### Added - GstCheck and GES (gstreamer editing services) bindings diff --git a/gstreamer-mpegts-sys/CHANGELOG.md b/gstreamer-mpegts-sys/CHANGELOG.md index 2e8801437..5383581a9 100644 --- a/gstreamer-mpegts-sys/CHANGELOG.md +++ b/gstreamer-mpegts-sys/CHANGELOG.md @@ -5,6 +5,15 @@ 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.7.0] - 2019-02-22 +### Added +- GstGL (OpenGL/GLES) bindings + +### Changed +- Switch to Rust 1.31 as minimum supported version +- Generate GstVideoOverlayFormatFlags as flags type instead of enum +- Updates GstMpegts with various annotation fixes from GStreamer git master + ## [0.6.1] - 2018-11-10 ### Added - GstCheck and GES (gstreamer editing services) bindings diff --git a/gstreamer-net-sys/CHANGELOG.md b/gstreamer-net-sys/CHANGELOG.md index 2e8801437..5383581a9 100644 --- a/gstreamer-net-sys/CHANGELOG.md +++ b/gstreamer-net-sys/CHANGELOG.md @@ -5,6 +5,15 @@ 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.7.0] - 2019-02-22 +### Added +- GstGL (OpenGL/GLES) bindings + +### Changed +- Switch to Rust 1.31 as minimum supported version +- Generate GstVideoOverlayFormatFlags as flags type instead of enum +- Updates GstMpegts with various annotation fixes from GStreamer git master + ## [0.6.1] - 2018-11-10 ### Added - GstCheck and GES (gstreamer editing services) bindings diff --git a/gstreamer-pbutils-sys/CHANGELOG.md b/gstreamer-pbutils-sys/CHANGELOG.md index 2e8801437..5383581a9 100644 --- a/gstreamer-pbutils-sys/CHANGELOG.md +++ b/gstreamer-pbutils-sys/CHANGELOG.md @@ -5,6 +5,15 @@ 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.7.0] - 2019-02-22 +### Added +- GstGL (OpenGL/GLES) bindings + +### Changed +- Switch to Rust 1.31 as minimum supported version +- Generate GstVideoOverlayFormatFlags as flags type instead of enum +- Updates GstMpegts with various annotation fixes from GStreamer git master + ## [0.6.1] - 2018-11-10 ### Added - GstCheck and GES (gstreamer editing services) bindings diff --git a/gstreamer-player-sys/CHANGELOG.md b/gstreamer-player-sys/CHANGELOG.md index 2e8801437..5383581a9 100644 --- a/gstreamer-player-sys/CHANGELOG.md +++ b/gstreamer-player-sys/CHANGELOG.md @@ -5,6 +5,15 @@ 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.7.0] - 2019-02-22 +### Added +- GstGL (OpenGL/GLES) bindings + +### Changed +- Switch to Rust 1.31 as minimum supported version +- Generate GstVideoOverlayFormatFlags as flags type instead of enum +- Updates GstMpegts with various annotation fixes from GStreamer git master + ## [0.6.1] - 2018-11-10 ### Added - GstCheck and GES (gstreamer editing services) bindings diff --git a/gstreamer-rtsp-server-sys/CHANGELOG.md b/gstreamer-rtsp-server-sys/CHANGELOG.md index 2e8801437..5383581a9 100644 --- a/gstreamer-rtsp-server-sys/CHANGELOG.md +++ b/gstreamer-rtsp-server-sys/CHANGELOG.md @@ -5,6 +5,15 @@ 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.7.0] - 2019-02-22 +### Added +- GstGL (OpenGL/GLES) bindings + +### Changed +- Switch to Rust 1.31 as minimum supported version +- Generate GstVideoOverlayFormatFlags as flags type instead of enum +- Updates GstMpegts with various annotation fixes from GStreamer git master + ## [0.6.1] - 2018-11-10 ### Added - GstCheck and GES (gstreamer editing services) bindings diff --git a/gstreamer-rtsp-sys/CHANGELOG.md b/gstreamer-rtsp-sys/CHANGELOG.md index 2e8801437..5383581a9 100644 --- a/gstreamer-rtsp-sys/CHANGELOG.md +++ b/gstreamer-rtsp-sys/CHANGELOG.md @@ -5,6 +5,15 @@ 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.7.0] - 2019-02-22 +### Added +- GstGL (OpenGL/GLES) bindings + +### Changed +- Switch to Rust 1.31 as minimum supported version +- Generate GstVideoOverlayFormatFlags as flags type instead of enum +- Updates GstMpegts with various annotation fixes from GStreamer git master + ## [0.6.1] - 2018-11-10 ### Added - GstCheck and GES (gstreamer editing services) bindings diff --git a/gstreamer-sdp-sys/CHANGELOG.md b/gstreamer-sdp-sys/CHANGELOG.md index 2e8801437..5383581a9 100644 --- a/gstreamer-sdp-sys/CHANGELOG.md +++ b/gstreamer-sdp-sys/CHANGELOG.md @@ -5,6 +5,15 @@ 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.7.0] - 2019-02-22 +### Added +- GstGL (OpenGL/GLES) bindings + +### Changed +- Switch to Rust 1.31 as minimum supported version +- Generate GstVideoOverlayFormatFlags as flags type instead of enum +- Updates GstMpegts with various annotation fixes from GStreamer git master + ## [0.6.1] - 2018-11-10 ### Added - GstCheck and GES (gstreamer editing services) bindings diff --git a/gstreamer-sys/CHANGELOG.md b/gstreamer-sys/CHANGELOG.md index 2e8801437..5383581a9 100644 --- a/gstreamer-sys/CHANGELOG.md +++ b/gstreamer-sys/CHANGELOG.md @@ -5,6 +5,15 @@ 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.7.0] - 2019-02-22 +### Added +- GstGL (OpenGL/GLES) bindings + +### Changed +- Switch to Rust 1.31 as minimum supported version +- Generate GstVideoOverlayFormatFlags as flags type instead of enum +- Updates GstMpegts with various annotation fixes from GStreamer git master + ## [0.6.1] - 2018-11-10 ### Added - GstCheck and GES (gstreamer editing services) bindings diff --git a/gstreamer-tag-sys/CHANGELOG.md b/gstreamer-tag-sys/CHANGELOG.md index 2e8801437..5383581a9 100644 --- a/gstreamer-tag-sys/CHANGELOG.md +++ b/gstreamer-tag-sys/CHANGELOG.md @@ -5,6 +5,15 @@ 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.7.0] - 2019-02-22 +### Added +- GstGL (OpenGL/GLES) bindings + +### Changed +- Switch to Rust 1.31 as minimum supported version +- Generate GstVideoOverlayFormatFlags as flags type instead of enum +- Updates GstMpegts with various annotation fixes from GStreamer git master + ## [0.6.1] - 2018-11-10 ### Added - GstCheck and GES (gstreamer editing services) bindings diff --git a/gstreamer-video-sys/CHANGELOG.md b/gstreamer-video-sys/CHANGELOG.md index 2e8801437..5383581a9 100644 --- a/gstreamer-video-sys/CHANGELOG.md +++ b/gstreamer-video-sys/CHANGELOG.md @@ -5,6 +5,15 @@ 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.7.0] - 2019-02-22 +### Added +- GstGL (OpenGL/GLES) bindings + +### Changed +- Switch to Rust 1.31 as minimum supported version +- Generate GstVideoOverlayFormatFlags as flags type instead of enum +- Updates GstMpegts with various annotation fixes from GStreamer git master + ## [0.6.1] - 2018-11-10 ### Added - GstCheck and GES (gstreamer editing services) bindings diff --git a/gstreamer-webrtc-sys/CHANGELOG.md b/gstreamer-webrtc-sys/CHANGELOG.md index 2e8801437..5383581a9 100644 --- a/gstreamer-webrtc-sys/CHANGELOG.md +++ b/gstreamer-webrtc-sys/CHANGELOG.md @@ -5,6 +5,15 @@ 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.7.0] - 2019-02-22 +### Added +- GstGL (OpenGL/GLES) bindings + +### Changed +- Switch to Rust 1.31 as minimum supported version +- Generate GstVideoOverlayFormatFlags as flags type instead of enum +- Updates GstMpegts with various annotation fixes from GStreamer git master + ## [0.6.1] - 2018-11-10 ### Added - GstCheck and GES (gstreamer editing services) bindings