gst1-java-core
gst1-java-core copied to clipboard
gst_element_get_request_pad
gst_element_get_request_pad() is being replaced by gst_element_request_simple() since 1.19.1, throwing a warning in case of use until its definitive replacement on 1.20.
You're welcome to propose a change that uses the newer method if version 1.20 or higher is requested in init(). This shouldn't stop working as the old method is still there, and shouldn't be removed until version 2.x I assume.
There are no plans at present for further releases of gst1-java-core. Future support for GStreamer and Java is still open for discussion.