summaryrefslogtreecommitdiff
path: root/gst/camerabin
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-09-20 21:46:49 -0300
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-09-20 21:49:35 -0300
commit30ff1ea346610a6a6b43e23188575db3c67014d5 (patch)
treeba63cf4aef5bc1b927e109e757677506ac87ed02 /gst/camerabin
parent5767739431aaa379a3586a98ab321afa8dbab5c0 (diff)
downloadgstreamer-plugins-bad-30ff1ea346610a6a6b43e23188575db3c67014d5.tar.gz
camerabin: Mention photography interface in docs
Add a note to docs about getting the videosource and accessing its photography interface (in case it has it) Fixes #616923
Diffstat (limited to 'gst/camerabin')
-rw-r--r--gst/camerabin/gstcamerabin.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gst/camerabin/gstcamerabin.c b/gst/camerabin/gstcamerabin.c
index 2d80ce2fb..b4912bbfd 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.
+ *
* </para>
* </refsect2>
* <refsect2>