mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-26 11:31:06 +00:00
Update CHANGELOG.md for 0.6.0
This commit is contained in:
parent
fdcc8ff36e
commit
d44c09f12b
14 changed files with 196 additions and 14 deletions
|
@ -5,6 +5,18 @@ 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.6.0] - 2018-09-08
|
||||
### Changed
|
||||
- Updated everything to GStreamer 1.14.2
|
||||
- Various fixes to how the code generator is used
|
||||
- Regenerate with latest GIR code generator
|
||||
|
||||
### Fixed
|
||||
- WebRTCICETransport and WebRTCDTLSTransport have the correct parent class
|
||||
struct
|
||||
- gstreamer-webrtc-sys correctly depends/links to gstreamer-sys
|
||||
- Removed unneeded dependencies from the code generator configuration files
|
||||
|
||||
## [0.5.0] - 2018-03-20
|
||||
### Changed
|
||||
- Updated everything to GStreamer 1.14.0
|
||||
|
@ -87,7 +99,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://github.com/sdroege/gstreamer-sys/compare/0.5.0...HEAD
|
||||
[Unreleased]: https://github.com/sdroege/gstreamer-sys/compare/0.6.0...HEAD
|
||||
[0.6.0]: https://github.com/sdroege/gstreamer-sys/compare/0.5.0...0.6.0
|
||||
[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
|
||||
|
|
|
@ -5,6 +5,18 @@ 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.6.0] - 2018-09-08
|
||||
### Changed
|
||||
- Updated everything to GStreamer 1.14.2
|
||||
- Various fixes to how the code generator is used
|
||||
- Regenerate with latest GIR code generator
|
||||
|
||||
### Fixed
|
||||
- WebRTCICETransport and WebRTCDTLSTransport have the correct parent class
|
||||
struct
|
||||
- gstreamer-webrtc-sys correctly depends/links to gstreamer-sys
|
||||
- Removed unneeded dependencies from the code generator configuration files
|
||||
|
||||
## [0.5.0] - 2018-03-20
|
||||
### Changed
|
||||
- Updated everything to GStreamer 1.14.0
|
||||
|
@ -87,7 +99,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://github.com/sdroege/gstreamer-sys/compare/0.5.0...HEAD
|
||||
[Unreleased]: https://github.com/sdroege/gstreamer-sys/compare/0.6.0...HEAD
|
||||
[0.6.0]: https://github.com/sdroege/gstreamer-sys/compare/0.5.0...0.6.0
|
||||
[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
|
||||
|
|
|
@ -5,6 +5,18 @@ 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.6.0] - 2018-09-08
|
||||
### Changed
|
||||
- Updated everything to GStreamer 1.14.2
|
||||
- Various fixes to how the code generator is used
|
||||
- Regenerate with latest GIR code generator
|
||||
|
||||
### Fixed
|
||||
- WebRTCICETransport and WebRTCDTLSTransport have the correct parent class
|
||||
struct
|
||||
- gstreamer-webrtc-sys correctly depends/links to gstreamer-sys
|
||||
- Removed unneeded dependencies from the code generator configuration files
|
||||
|
||||
## [0.5.0] - 2018-03-20
|
||||
### Changed
|
||||
- Updated everything to GStreamer 1.14.0
|
||||
|
@ -87,7 +99,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://github.com/sdroege/gstreamer-sys/compare/0.5.0...HEAD
|
||||
[Unreleased]: https://github.com/sdroege/gstreamer-sys/compare/0.6.0...HEAD
|
||||
[0.6.0]: https://github.com/sdroege/gstreamer-sys/compare/0.5.0...0.6.0
|
||||
[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
|
||||
|
|
|
@ -5,6 +5,18 @@ 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.6.0] - 2018-09-08
|
||||
### Changed
|
||||
- Updated everything to GStreamer 1.14.2
|
||||
- Various fixes to how the code generator is used
|
||||
- Regenerate with latest GIR code generator
|
||||
|
||||
### Fixed
|
||||
- WebRTCICETransport and WebRTCDTLSTransport have the correct parent class
|
||||
struct
|
||||
- gstreamer-webrtc-sys correctly depends/links to gstreamer-sys
|
||||
- Removed unneeded dependencies from the code generator configuration files
|
||||
|
||||
## [0.5.0] - 2018-03-20
|
||||
### Changed
|
||||
- Updated everything to GStreamer 1.14.0
|
||||
|
@ -87,7 +99,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://github.com/sdroege/gstreamer-sys/compare/0.5.0...HEAD
|
||||
[Unreleased]: https://github.com/sdroege/gstreamer-sys/compare/0.6.0...HEAD
|
||||
[0.6.0]: https://github.com/sdroege/gstreamer-sys/compare/0.5.0...0.6.0
|
||||
[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
|
||||
|
|
|
@ -5,6 +5,18 @@ 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.6.0] - 2018-09-08
|
||||
### Changed
|
||||
- Updated everything to GStreamer 1.14.2
|
||||
- Various fixes to how the code generator is used
|
||||
- Regenerate with latest GIR code generator
|
||||
|
||||
### Fixed
|
||||
- WebRTCICETransport and WebRTCDTLSTransport have the correct parent class
|
||||
struct
|
||||
- gstreamer-webrtc-sys correctly depends/links to gstreamer-sys
|
||||
- Removed unneeded dependencies from the code generator configuration files
|
||||
|
||||
## [0.5.0] - 2018-03-20
|
||||
### Changed
|
||||
- Updated everything to GStreamer 1.14.0
|
||||
|
@ -87,7 +99,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://github.com/sdroege/gstreamer-sys/compare/0.5.0...HEAD
|
||||
[Unreleased]: https://github.com/sdroege/gstreamer-sys/compare/0.6.0...HEAD
|
||||
[0.6.0]: https://github.com/sdroege/gstreamer-sys/compare/0.5.0...0.6.0
|
||||
[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
|
||||
|
|
|
@ -5,6 +5,18 @@ 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.6.0] - 2018-09-08
|
||||
### Changed
|
||||
- Updated everything to GStreamer 1.14.2
|
||||
- Various fixes to how the code generator is used
|
||||
- Regenerate with latest GIR code generator
|
||||
|
||||
### Fixed
|
||||
- WebRTCICETransport and WebRTCDTLSTransport have the correct parent class
|
||||
struct
|
||||
- gstreamer-webrtc-sys correctly depends/links to gstreamer-sys
|
||||
- Removed unneeded dependencies from the code generator configuration files
|
||||
|
||||
## [0.5.0] - 2018-03-20
|
||||
### Changed
|
||||
- Updated everything to GStreamer 1.14.0
|
||||
|
@ -87,7 +99,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://github.com/sdroege/gstreamer-sys/compare/0.5.0...HEAD
|
||||
[Unreleased]: https://github.com/sdroege/gstreamer-sys/compare/0.6.0...HEAD
|
||||
[0.6.0]: https://github.com/sdroege/gstreamer-sys/compare/0.5.0...0.6.0
|
||||
[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
|
||||
|
|
|
@ -5,6 +5,18 @@ 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.6.0] - 2018-09-08
|
||||
### Changed
|
||||
- Updated everything to GStreamer 1.14.2
|
||||
- Various fixes to how the code generator is used
|
||||
- Regenerate with latest GIR code generator
|
||||
|
||||
### Fixed
|
||||
- WebRTCICETransport and WebRTCDTLSTransport have the correct parent class
|
||||
struct
|
||||
- gstreamer-webrtc-sys correctly depends/links to gstreamer-sys
|
||||
- Removed unneeded dependencies from the code generator configuration files
|
||||
|
||||
## [0.5.0] - 2018-03-20
|
||||
### Changed
|
||||
- Updated everything to GStreamer 1.14.0
|
||||
|
@ -87,7 +99,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://github.com/sdroege/gstreamer-sys/compare/0.5.0...HEAD
|
||||
[Unreleased]: https://github.com/sdroege/gstreamer-sys/compare/0.6.0...HEAD
|
||||
[0.6.0]: https://github.com/sdroege/gstreamer-sys/compare/0.5.0...0.6.0
|
||||
[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
|
||||
|
|
|
@ -5,6 +5,18 @@ 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.6.0] - 2018-09-08
|
||||
### Changed
|
||||
- Updated everything to GStreamer 1.14.2
|
||||
- Various fixes to how the code generator is used
|
||||
- Regenerate with latest GIR code generator
|
||||
|
||||
### Fixed
|
||||
- WebRTCICETransport and WebRTCDTLSTransport have the correct parent class
|
||||
struct
|
||||
- gstreamer-webrtc-sys correctly depends/links to gstreamer-sys
|
||||
- Removed unneeded dependencies from the code generator configuration files
|
||||
|
||||
## [0.5.0] - 2018-03-20
|
||||
### Changed
|
||||
- Updated everything to GStreamer 1.14.0
|
||||
|
@ -87,7 +99,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://github.com/sdroege/gstreamer-sys/compare/0.5.0...HEAD
|
||||
[Unreleased]: https://github.com/sdroege/gstreamer-sys/compare/0.6.0...HEAD
|
||||
[0.6.0]: https://github.com/sdroege/gstreamer-sys/compare/0.5.0...0.6.0
|
||||
[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
|
||||
|
|
|
@ -5,6 +5,18 @@ 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.6.0] - 2018-09-08
|
||||
### Changed
|
||||
- Updated everything to GStreamer 1.14.2
|
||||
- Various fixes to how the code generator is used
|
||||
- Regenerate with latest GIR code generator
|
||||
|
||||
### Fixed
|
||||
- WebRTCICETransport and WebRTCDTLSTransport have the correct parent class
|
||||
struct
|
||||
- gstreamer-webrtc-sys correctly depends/links to gstreamer-sys
|
||||
- Removed unneeded dependencies from the code generator configuration files
|
||||
|
||||
## [0.5.0] - 2018-03-20
|
||||
### Changed
|
||||
- Updated everything to GStreamer 1.14.0
|
||||
|
@ -87,7 +99,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://github.com/sdroege/gstreamer-sys/compare/0.5.0...HEAD
|
||||
[Unreleased]: https://github.com/sdroege/gstreamer-sys/compare/0.6.0...HEAD
|
||||
[0.6.0]: https://github.com/sdroege/gstreamer-sys/compare/0.5.0...0.6.0
|
||||
[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
|
||||
|
|
|
@ -5,6 +5,18 @@ 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.6.0] - 2018-09-08
|
||||
### Changed
|
||||
- Updated everything to GStreamer 1.14.2
|
||||
- Various fixes to how the code generator is used
|
||||
- Regenerate with latest GIR code generator
|
||||
|
||||
### Fixed
|
||||
- WebRTCICETransport and WebRTCDTLSTransport have the correct parent class
|
||||
struct
|
||||
- gstreamer-webrtc-sys correctly depends/links to gstreamer-sys
|
||||
- Removed unneeded dependencies from the code generator configuration files
|
||||
|
||||
## [0.5.0] - 2018-03-20
|
||||
### Changed
|
||||
- Updated everything to GStreamer 1.14.0
|
||||
|
@ -87,7 +99,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://github.com/sdroege/gstreamer-sys/compare/0.5.0...HEAD
|
||||
[Unreleased]: https://github.com/sdroege/gstreamer-sys/compare/0.6.0...HEAD
|
||||
[0.6.0]: https://github.com/sdroege/gstreamer-sys/compare/0.5.0...0.6.0
|
||||
[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
|
||||
|
|
|
@ -5,6 +5,18 @@ 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.6.0] - 2018-09-08
|
||||
### Changed
|
||||
- Updated everything to GStreamer 1.14.2
|
||||
- Various fixes to how the code generator is used
|
||||
- Regenerate with latest GIR code generator
|
||||
|
||||
### Fixed
|
||||
- WebRTCICETransport and WebRTCDTLSTransport have the correct parent class
|
||||
struct
|
||||
- gstreamer-webrtc-sys correctly depends/links to gstreamer-sys
|
||||
- Removed unneeded dependencies from the code generator configuration files
|
||||
|
||||
## [0.5.0] - 2018-03-20
|
||||
### Changed
|
||||
- Updated everything to GStreamer 1.14.0
|
||||
|
@ -87,7 +99,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://github.com/sdroege/gstreamer-sys/compare/0.5.0...HEAD
|
||||
[Unreleased]: https://github.com/sdroege/gstreamer-sys/compare/0.6.0...HEAD
|
||||
[0.6.0]: https://github.com/sdroege/gstreamer-sys/compare/0.5.0...0.6.0
|
||||
[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
|
||||
|
|
|
@ -5,6 +5,18 @@ 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.6.0] - 2018-09-08
|
||||
### Changed
|
||||
- Updated everything to GStreamer 1.14.2
|
||||
- Various fixes to how the code generator is used
|
||||
- Regenerate with latest GIR code generator
|
||||
|
||||
### Fixed
|
||||
- WebRTCICETransport and WebRTCDTLSTransport have the correct parent class
|
||||
struct
|
||||
- gstreamer-webrtc-sys correctly depends/links to gstreamer-sys
|
||||
- Removed unneeded dependencies from the code generator configuration files
|
||||
|
||||
## [0.5.0] - 2018-03-20
|
||||
### Changed
|
||||
- Updated everything to GStreamer 1.14.0
|
||||
|
@ -87,7 +99,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://github.com/sdroege/gstreamer-sys/compare/0.5.0...HEAD
|
||||
[Unreleased]: https://github.com/sdroege/gstreamer-sys/compare/0.6.0...HEAD
|
||||
[0.6.0]: https://github.com/sdroege/gstreamer-sys/compare/0.5.0...0.6.0
|
||||
[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
|
||||
|
|
|
@ -5,6 +5,18 @@ 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.6.0] - 2018-09-08
|
||||
### Changed
|
||||
- Updated everything to GStreamer 1.14.2
|
||||
- Various fixes to how the code generator is used
|
||||
- Regenerate with latest GIR code generator
|
||||
|
||||
### Fixed
|
||||
- WebRTCICETransport and WebRTCDTLSTransport have the correct parent class
|
||||
struct
|
||||
- gstreamer-webrtc-sys correctly depends/links to gstreamer-sys
|
||||
- Removed unneeded dependencies from the code generator configuration files
|
||||
|
||||
## [0.5.0] - 2018-03-20
|
||||
### Changed
|
||||
- Updated everything to GStreamer 1.14.0
|
||||
|
@ -87,7 +99,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://github.com/sdroege/gstreamer-sys/compare/0.5.0...HEAD
|
||||
[Unreleased]: https://github.com/sdroege/gstreamer-sys/compare/0.6.0...HEAD
|
||||
[0.6.0]: https://github.com/sdroege/gstreamer-sys/compare/0.5.0...0.6.0
|
||||
[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
|
||||
|
|
|
@ -5,6 +5,18 @@ 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.6.0] - 2018-09-08
|
||||
### Changed
|
||||
- Updated everything to GStreamer 1.14.2
|
||||
- Various fixes to how the code generator is used
|
||||
- Regenerate with latest GIR code generator
|
||||
|
||||
### Fixed
|
||||
- WebRTCICETransport and WebRTCDTLSTransport have the correct parent class
|
||||
struct
|
||||
- gstreamer-webrtc-sys correctly depends/links to gstreamer-sys
|
||||
- Removed unneeded dependencies from the code generator configuration files
|
||||
|
||||
## [0.5.0] - 2018-03-20
|
||||
### Changed
|
||||
- Updated everything to GStreamer 1.14.0
|
||||
|
@ -87,7 +99,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://github.com/sdroege/gstreamer-sys/compare/0.5.0...HEAD
|
||||
[Unreleased]: https://github.com/sdroege/gstreamer-sys/compare/0.6.0...HEAD
|
||||
[0.6.0]: https://github.com/sdroege/gstreamer-sys/compare/0.5.0...0.6.0
|
||||
[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
|
||||
|
|
Loading…
Reference in a new issue