gst1-java-core icon indicating copy to clipboard operation
gst1-java-core copied to clipboard

Auto-generate bindings from gir files

Open neilcsmith-net opened this issue 7 years ago • 0 comments

Longer term we have been recommended by GStreamer developers to (re)look at auto-generation of bindings, but based on our existing GLib / GObject support. The initial stage of this will be to look at auto-generating the lowlevel package in a fully compatible way so that the API outside of that package remains stable. Auto-generating the API level packages could happen later.

This is similar to how the Rust bindings are structured and built, which will be one project used as a guide in this process. These are similarly split in a lowlevel (https://github.com/sdroege/gstreamer-sys) and high-level (https://github.com/sdroege/gstreamer-rs) way.

neilcsmith-net avatar Nov 15 '18 10:11 neilcsmith-net