mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
ahc: enable autofocus callback
It should be enabled to set autofocus properly, but it seems to be commented out mistakenly from the first commit. https://bugzilla.gnome.org/show_bug.cgi?id=790945
This commit is contained in:
parent
2b03bc021c
commit
297f7e4f04
1 changed files with 3 additions and 3 deletions
|
@ -304,9 +304,9 @@ static JNINativeMethod native_methods[] = {
|
|||
{(gchar *) "gst_ah_camera_on_error",
|
||||
(gchar *) "(ILandroid/hardware/Camera;JJ)V",
|
||||
(void *) gst_ah_camera_on_error},
|
||||
// {(gchar *) "gst_ah_camera_on_auto_focus",
|
||||
// (gchar *) "(ZLandroid/hardware/Camera;JJ)V",
|
||||
// (void *) gst_ah_camera_on_auto_focus}
|
||||
{(gchar *) "gst_ah_camera_on_auto_focus",
|
||||
(gchar *) "(ZLandroid/hardware/Camera;JJ)V",
|
||||
(void *) gst_ah_camera_on_auto_focus}
|
||||
};
|
||||
|
||||
static gboolean
|
||||
|
|
Loading…
Reference in a new issue