diff --git a/gst/camerabin/gstcamerabin.c b/gst/camerabin/gstcamerabin.c index 2d80ce2fba..b4912bbfd8 100644 --- a/gst/camerabin/gstcamerabin.c +++ b/gst/camerabin/gstcamerabin.c @@ -53,6 +53,11 @@ * Available resolutions can be taken from the #GstCameraBin:video-source-caps * property. Image capture resolution can be set with * #GstCameraBin::set-image-resolution action signal. + * + * Some video source elements implement the #GstPhotography interface, which contains + * functions and properties for setting photography parameters. One can use + * gst_bin_iterate_all_by_interface() to get a reference to it. + * * * *