summaryrefslogtreecommitdiffstats
path: root/gst/camerabin/gstcamerabin.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/camerabin/gstcamerabin.h')
-rw-r--r--gst/camerabin/gstcamerabin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/camerabin/gstcamerabin.h b/gst/camerabin/gstcamerabin.h
index 809ce722..f4eefe91 100644
--- a/gst/camerabin/gstcamerabin.h
+++ b/gst/camerabin/gstcamerabin.h
@@ -97,6 +97,7 @@ struct _GstCameraBin
GstPad *pad_view_vid;
GstPad *srcpad_zoom_filter;
+ GstPad *srcpad_videosrc;
GstElement *imgbin; /* bin that holds image capturing elements */
GstElement *vidbin; /* bin that holds video capturing elements */
@@ -112,6 +113,7 @@ struct _GstCameraBin
/* view finder elements */
GstElement *view_in_sel;
+ GstElement *aspect_filter;
GstElement *view_scale;
GstElement *view_sink;