All Downloads are FREE. Search and download functionalities are using the official Maven repository.

e.praxiscore-video-gstreamer.6.0.0-beta2.source-code.module-info Maven / Gradle / Ivy

Go to download

Forest-of-actors runtime supporting real-time systems and real-time recoding - bringing aspects of Erlang, Smalltalk and Extempore to Java.

There is a newer version: 6.0.0
Show newest version

module org.praxislive.video.gstreamer {
    
    requires java.logging;
    
    requires org.freedesktop.gstreamer;
    requires com.sun.jna;
    requires com.sun.jna.platform;
    
    requires org.praxislive.core;
    requires org.praxislive.code;
    requires org.praxislive.video.code;
    requires org.praxislive.video;
    
    exports org.praxislive.video.gstreamer;
    exports org.praxislive.video.gstreamer.configuration;

    opens org.praxislive.video.gstreamer.components;
    opens org.praxislive.video.gstreamer.components.resources;
    
    provides org.praxislive.core.services.ComponentFactoryProvider with 
            org.praxislive.video.gstreamer.components.GStreamerComponents;
    provides org.praxislive.code.CodeConnector.Plugin with
            org.praxislive.video.gstreamer.components.GStreamerCodePlugin;
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy