mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-05 17:19:42 +00:00
2.7 KiB
2.7 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning, specifically the variant used by Rust.
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.