From f11eceb4aa11861974ef19fd7a426d7d0d7448dd Mon Sep 17 00:00:00 2001 From: Lasse Laukkanen Date: Mon, 28 Feb 2011 17:41:58 +0200 Subject: [PATCH] photography: Add GST_PHOTOGRAPHY_FOCUS_MODE_SPORT --- gst-libs/gst/interfaces/photography.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gst-libs/gst/interfaces/photography.h b/gst-libs/gst/interfaces/photography.h index 348b74c..bc7c09f 100644 --- a/gst-libs/gst/interfaces/photography.h +++ b/gst-libs/gst/interfaces/photography.h @@ -205,6 +205,7 @@ typedef enum { GST_PHOTOGRAPHY_FOCUS_MODE_EXTENDED, GST_PHOTOGRAPHY_FOCUS_MODE_CONTINUOUS_NORMAL, GST_PHOTOGRAPHY_FOCUS_MODE_CONTINUOUS_EXTENDED, + GST_PHOTOGRAPHY_FOCUS_MODE_SPORT } GstFocusMode; typedef enum { -- 2.7.4