Description
Created by: neilcsmith-net
Just helping someone on the forum with a bug using Video library and sketch export - https://discourse.processing.org/t/exporting-sketch-with-movie-is-blank/27983
This may be a bug in the Video library, but it's caused by the native GStreamer libraries being moved up in the relative hierarchy during sketch export - eg. contents of subfolder windows64
are moved up adjacent to the jar files. Should export be filtering by platform but keeping the relative locations of platform specific files? If current behaviour is expected behaviour, relative linking will fail so the Video library loading will need rewriting. I'm unclear whether it's a bug there or here.
Of course, the obvious (and preferred) fix would be to stop shipping bundled GStreamer libraries in the first place, at least in the way it's currently done.