gstreamer-java / gst1-java-core

Java bindings for GStreamer 1.x
GNU Lesser General Public License v3.0
194 stars 72 forks source link

Minor API additions for 1.4. #237

Closed neilcsmith-net closed 3 years ago

neilcsmith-net commented 3 years ago

Move query and seek methods (compatibly) from Pipeline to Element as per upstream. Add Element::seekSimple mapping to gst_element_seek_simple. Add Version.of(major, minor) method for creating Version, with validation, for passing in to Gst::init