I'm investigating a new application that would need tighter integration with gstreamer. Is there a way to add additional gstreamer plugins and media types without having to maintain a fork of javafx-media?
Ideally, if i did end up needing a fork, i was thinking it would make sense to split gstreamer-lite out of javafx-media into it's own project so I could easily swap in a full gstreamer dependency with 3rd project for the additional media types. Background: ideally looking to pull in udpsource and some additional pipeline plugins (GPU decoding and some subtitle related plugins). Thoughts? -- Curtis Ruck