gstdvm: Fix GST_DVM_GET_STATIC_FIELD
This commit is contained in:
parent
11b28224b5
commit
81c07b54cd
@ -132,7 +132,7 @@
|
||||
}
|
||||
|
||||
#define GST_DVM_STATIC_FIELD(error_statement, type, k, field) \
|
||||
(*env)->Get##type##Field (env, k.klass, k.field); \
|
||||
(*env)->GetStatic##type##Field (env, k.klass, k.field); \
|
||||
if ((*env)->ExceptionCheck (env)) { \
|
||||
GST_ERROR ("Failed to get Java static field"); \
|
||||
(*env)->ExceptionDescribe (env); \
|
||||
|
Loading…
x
Reference in New Issue
Block a user