We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be47879 commit 059ffa5Copy full SHA for 059ffa5
src/org/freedesktop/gstreamer/lowlevel/GstTypes.java
@@ -81,6 +81,7 @@ public static final Class<? extends NativeObject> classFor(final GType gType) {
81
return null;
82
}
83
84
+ //TODO : need refactoring to take into account derived class
85
public static final GType typeFor(Class<? extends NativeObject> cls) {
86
for (Map.Entry<String, Class<? extends NativeObject>> e : gtypeNameMap.entrySet()) {
87
if (e.getValue().equals(cls)) {
0 commit comments