[gst-cvs] gst-plugins-bad: camerabin: Mention photography interface in docs

Thiago Sousa Santos thiagoss at kemper.freedesktop.org
Mon Sep 20 17:49:47 PDT 2010


Module: gst-plugins-bad
Branch: master
Commit: 30ff1ea346610a6a6b43e23188575db3c67014d5
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=30ff1ea346610a6a6b43e23188575db3c67014d5

Author: Thiago Santos <thiago.sousa.santos at collabora.co.uk>
Date:   Mon Sep 20 21:46:49 2010 -0300

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

---

 gst/camerabin/gstcamerabin.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/gst/camerabin/gstcamerabin.c b/gst/camerabin/gstcamerabin.c
index 2d80ce2..b4912bb 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>





More information about the Gstreamer-commits mailing list