forked from mirrors/gstreamer-rs
Update CHANGELOG.md for 0.7.0
This commit is contained in:
parent
e73bc4d9cd
commit
a1fa410a33
16 changed files with 144 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue