Skip to content

Commit 98c9c59

Browse files
Fix Navigation interface.
1 parent 2f24d08 commit 98c9c59

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/org/freedesktop/gstreamer/interfaces/Navigation.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (c) 2019 Neil C Smith
23
* Copyright (c) 2009 Levente Farkas
34
* Copyright (c) 2009 Tamas Korodi <[email protected]>
45
*

src/org/freedesktop/gstreamer/lowlevel/GstNavigationAPI.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (c) 2019 Neil C Smith
23
* Copyright (c) 2009 Levente Farkas
34
* Copyright (c) 2009 Tamas Korodi <[email protected]>
45
*
@@ -25,7 +26,7 @@
2526
import com.sun.jna.Library;
2627

2728
public interface GstNavigationAPI extends Library {
28-
GstNavigationAPI GSTNAVIGATION_API = GstNative.load("gstinterfaces", GstNavigationAPI.class);
29+
GstNavigationAPI GSTNAVIGATION_API = GstNative.load("gstvideo", GstNavigationAPI.class);
2930

3031
GType gst_navigation_get_type();
3132

0 commit comments

Comments
 (0)