summaryrefslogtreecommitdiff
path: root/sys/applemedia/avfvideosrc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/applemedia/avfvideosrc.h')
-rw-r--r--sys/applemedia/avfvideosrc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/applemedia/avfvideosrc.h b/sys/applemedia/avfvideosrc.h
index c49df5986..15ebcec51 100644
--- a/sys/applemedia/avfvideosrc.h
+++ b/sys/applemedia/avfvideosrc.h
@@ -20,6 +20,7 @@
#ifndef __GST_AVF_VIDEO_SRC_H__
#define __GST_AVF_VIDEO_SRC_H__
+#import <AVFoundation/AVFoundation.h>
#include <gst/base/gstpushsrc.h>
G_BEGIN_DECLS
@@ -82,6 +83,8 @@ struct _GstAVFVideoSrcClass
GType gst_avf_video_src_get_type (void);
+GstCaps *gst_av_capture_device_get_caps (AVCaptureDevice *device, AVCaptureVideoDataOutput *output, GstAVFVideoSourceOrientation orientation);
+
G_END_DECLS
#endif /* __GST_AVF_VIDEO_SRC_H__ */