summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/applemedia/celapi.c4
-rw-r--r--sys/applemedia/celapi.h4
2 files changed, 8 insertions, 0 deletions
diff --git a/sys/applemedia/celapi.c b/sys/applemedia/celapi.c
index b279b531f3..951a102e8d 100644
--- a/sys/applemedia/celapi.c
+++ b/sys/applemedia/celapi.c
@@ -45,6 +45,10 @@ gst_cel_api_obtain (GError ** error)
SYM_SPEC (FigCreateCaptureDevicesAndStreamsForPreset),
SYM_SPEC (kFigCaptureDeviceProperty_MultiplexStreams),
+ SYM_SPEC (kFigCapturePortType_Bottom),
+ SYM_SPEC (kFigCapturePortType_Camera),
+ SYM_SPEC (kFigCapturePortType_FrontFacingCamera),
+ SYM_SPEC (kFigCapturePortType_Top),
SYM_SPEC (kFigCapturePropertyValue_AFEarlyOutAllowPeakAtStart),
SYM_SPEC (kFigCapturePropertyValue_AFEarlyOutDecrementAmount),
SYM_SPEC (kFigCapturePropertyValue_AFEarlyOutEnable),
diff --git a/sys/applemedia/celapi.h b/sys/applemedia/celapi.h
index 99f8f8ad60..2ef9d5d769 100644
--- a/sys/applemedia/celapi.h
+++ b/sys/applemedia/celapi.h
@@ -45,6 +45,10 @@ struct _GstCelApi
FigCaptureStreamRef * outAudioStream);
CFStringRef * kFigCaptureDeviceProperty_MultiplexStreams;
+ CFStringRef * kFigCapturePortType_Bottom;
+ CFStringRef * kFigCapturePortType_Camera;
+ CFStringRef * kFigCapturePortType_FrontFacingCamera;
+ CFStringRef * kFigCapturePortType_Top;
CFStringRef * kFigCapturePropertyValue_AFEarlyOutAllowPeakAtStart;
CFStringRef * kFigCapturePropertyValue_AFEarlyOutDecrementAmount;
CFStringRef * kFigCapturePropertyValue_AFEarlyOutEnable;