v0.9.3
- Updated
Buffer
API, adding support for setting / getting timestamps, offsets, buffer flags, etc. - Added new
MessageType
values from GStreamer 1.10 - Changed
Pad::link
to throw an exception rather than returnPadLinkReturn
- this is a breaking API change and may require code updates. - FIX code inherited from 0.10 bindings that assumed
NativeLong
size andNative.SIZE_T_SIZE
were the same - broke bindings on Java 9+ with Windows 10 x64.
Thanks for help and contributions from @mutantbob and @matthiasblaesing