gstreamer-java / gst1-java-core

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

gst_element_get_request_pad #281

Open lafoletc opened 7 months ago

lafoletc commented 7 months ago

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.

neilcsmith-net commented 6 months ago

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.