gstreamer-java / gst1-java-core

Java bindings for GStreamer 1.x
GNU Lesser General Public License v3.0
196 stars 71 forks source link

Fix build and tests on Windows. #232

Closed neilcsmith-net closed 3 years ago

neilcsmith-net commented 3 years ago

Add POM profile to set GStreamer path from system property for tests. Add library mapping in GNative for MSVC GStreamer builds. Move GioAPI to interface mapping so library mapping works. Comment out getAsString tests on enum properties due to OS inconsistencies.

This should also fix #229