Updating JavaFX/Media to newer version of GStreamer [JEP 257]

JavaFX is used for creating desktop and web applications. JavaFX was created to replace Swing as Java's standard GUI library. The Media class, javafx.scene.media.Media, is used to instantiate an object representing a media resource. JavaFX/Media refers to the following class:

    public final class Media extends java.lang.Object

This class provides referential data to a media resource. The javafx.scene.media package provides developers with the ability to incorporate media into their JavaFX applications. JavaFX/Media utilizes a GStreamer pipeline.

GStreamer is a multimedia processing framework that can be used to build systems that take in media from several different formats and, ...

Get Java 9: Building Robust Modular Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.