summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2010-03-24 16:15:37 +0200
committerStefan Kost <ensonic@users.sf.net>2010-03-24 16:25:43 +0200
commit53db4a18849d037b1852488ffa3ed8e162cb44e8 (patch)
treeb3a57d21b9e778487842c545b16f0020d61f09d2 /gst-libs
parent4a87fee780d408e638c88393d60a077e1ed00898 (diff)
downloadgstreamer-plugins-bad-53db4a18849d037b1852488ffa3ed8e162cb44e8.tar.gz
docs: add photography iface to docs
We normaly have separate libs docs, not done becasue of lazyness here yet.
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/interfaces/photography.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/gst-libs/gst/interfaces/photography.c b/gst-libs/gst/interfaces/photography.c
index a793aecb6..29c3996ff 100644
--- a/gst-libs/gst/interfaces/photography.c
+++ b/gst-libs/gst/interfaces/photography.c
@@ -28,10 +28,15 @@
#include "photography.h"
/**
- * SECTION:photography
- * @short_description: Interface for elements having digital imaging controls
+ * SECTION:gstphotography
+ * @short_description: Interface for digital image capture elements
*
- * The interface allows access to some common digital imaging controls
+ * The interface allows access to some common digital image capture parameters.
+ *
+ * <note>
+ * The GstPhotography interface is unstable API and may change in future.
+ * One can define GST_USE_UNSTABLE_API to acknowledge and avoid this warning.
+ * </note>
*/
static void gst_photography_iface_base_init (GstPhotographyInterface * iface);