Skip to content

Commit

Permalink
Temp debug
Browse files Browse the repository at this point in the history
  • Loading branch information
berry120 committed Dec 19, 2023
1 parent d49e4bc commit e3e05b2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package org.quelea.services.utils;

import com.sun.jna.Library;
import com.sun.jna.Native;
import com.sun.jna.Platform;
import com.sun.jna.platform.win32.Kernel32;
import org.freedesktop.gstreamer.lowlevel.GFunctionMapper;
Expand Down Expand Up @@ -76,7 +77,7 @@ public static void configurePaths() {
LOGGER.log(Level.INFO, "jna.library.path is: " + System.getProperty("jna.library.path"));

System.setProperty("jna.debug_load", "true");
GNative.loadLibrary("gstreamer-1.0", GstAPI.class, options);
Native.loadLibrary("gstreamer-1.0", GstAPI.class, options);
}
}

Expand Down

0 comments on commit e3e05b2

Please sign in to comment.