diff options
author | Stefan Kost <ensonic@users.sf.net> | 2010-03-24 16:15:37 +0200 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2010-03-24 16:25:43 +0200 |
commit | 53db4a18849d037b1852488ffa3ed8e162cb44e8 (patch) | |
tree | b3a57d21b9e778487842c545b16f0020d61f09d2 /docs/plugins | |
parent | 4a87fee780d408e638c88393d60a077e1ed00898 (diff) | |
download | gstreamer-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 'docs/plugins')
-rw-r--r-- | docs/plugins/Makefile.am | 3 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-docs.sgml | 5 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-sections.txt | 45 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins.types | 5 |
4 files changed, 57 insertions, 1 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index a5bab1d03..7c0123968 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -166,7 +166,8 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/videosignal/gstvideomark.h \ $(top_srcdir)/gst/valve/gstvalve.h \ $(top_srcdir)/sys/directdraw/gstdirectdrawsink.h \ - $(top_srcdir)/sys/dvb/gstdvbsrc.h + $(top_srcdir)/sys/dvb/gstdvbsrc.h \ + $(top_srcdir)/gst-libs/gst/interfaces/photography.h # Images to copy into HTML directory. HTML_IMAGES = $(srcdir)/figures/*.png diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml index 228fe1ba1..81c1dde1a 100644 --- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml @@ -184,4 +184,9 @@ <title>gst-plugins-bad Classes</title> <xi:include href="xml/gstbasemetadata.xml" /> </chapter> + + <chapter> + <title>gst-plugins-bad Interfaces</title> + <xi:include href="xml/gstphotography.xml" /> + </chapter> </book> diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt index f0d200b87..f8da17e00 100644 --- a/docs/plugins/gst-plugins-bad-plugins-sections.txt +++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt @@ -1184,3 +1184,48 @@ GST_IS_ZBAR_CLASS GST_TYPE_ZBAR </SECTION> +# gst-libs + +<SECTION> +<FILE>gstphotography</FILE> +<TITLE>GstPhotography</TITLE> +GstPhotography +GstWhiteBalanceMode +GstColourToneMode +GstSceneMode +GstFlashMode +GstFocusStatus +GstPhotoCaps +GstPhotoShakeRisk +GstPhotoSettings +GstPhotoCapturePrepared +gst_photography_get_ev_compensation +gst_photography_get_iso_speed +gst_photography_get_aperture +gst_photography_get_exposure +gst_photography_get_white_balance_mode +gst_photography_get_colour_tone_mode +gst_photography_get_scene_mode +gst_photography_get_flash_mode +gst_photography_get_zoom +gst_photography_set_ev_compensation +gst_photography_set_iso_speed +gst_photography_set_aperture +gst_photography_set_exposure +gst_photography_set_white_balance_mode +gst_photography_set_colour_tone_mode +gst_photography_set_scene_mode +gst_photography_set_flash_mode +gst_photography_set_zoom +gst_photography_get_capabilities +gst_photography_prepare_for_capture +gst_photography_set_autofocus +gst_photography_set_config +gst_photography_get_config +<SUBSECTION Standard> +GST_PHOTOGRAPHY +GST_IS_PHOTOGRAPHY +GST_PHOTOGRAPHY_GET_IFACE +gst_photography_get_type +</SECTION> + diff --git a/docs/plugins/gst-plugins-bad-plugins.types b/docs/plugins/gst-plugins-bad-plugins.types index 9f4950e70..3117ba5d7 100644 --- a/docs/plugins/gst-plugins-bad-plugins.types +++ b/docs/plugins/gst-plugins-bad-plugins.types @@ -1 +1,6 @@ #include <gst/gst.h> + +#include <gst/interfaces/photography.h> + +gst_photography_get_type + |