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

gst_element_get_request_pad

Open lafoletc opened this issue 1 year ago • 1 comments

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.

lafoletc avatar Mar 08 '24 09:03 lafoletc

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.

neilcsmith-net avatar Mar 11 '24 10:03 neilcsmith-net