camerabin: Mention photography interface in docs
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>
Tue, 21 Sep 2010 00:46:49 +0000 (21:46 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Tue, 21 Sep 2010 00:49:35 +0000 (21:49 -0300)
Add a note to docs about getting the videosource and accessing
its photography interface (in case it has it)

Fixes #616923

gst/camerabin/gstcamerabin.c

index 2d80ce2..b4912bb 100644 (file)
  * 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>