On Mon, 10 Feb 2020 20:47:01 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> * add support for the "resource" protocol (which is used in the GraalVM URLs >> pointing to statically bundled resources) >> * avoid duplicate symbols with different gst plugins >> * statically register gst plugins > > modules/javafx.media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gst.c > line 125: > >> 124: >> 125: #ifdef STATIC_BUILD >> 126: gboolean fxplugins_init (GstPlugin * plugin); > > I think this should also be qualified by `GSTREAMER_LITE` to indicate that it > is a JavaFX-specific modification. done. ------------- PR: https://git.openjdk.java.net/jfx/pull/109