mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
Fix get_supported_types function name
This commit is contained in:
parent
f267adeb4a
commit
8684dffe50
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ gst_amc_codec_info_handle_get_supported_types (GstAmcCodecInfoHandle * handle,
|
|||
env = gst_amc_jni_get_env ();
|
||||
|
||||
if (!gst_amc_jni_call_object_method (env, err, handle->object,
|
||||
media_codecinfo.get_name, &array))
|
||||
media_codecinfo.get_supported_types, &array))
|
||||
goto done;
|
||||
|
||||
len = (*env)->GetArrayLength (env, array);
|
||||
|
|
Loading…
Reference in a new issue