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/gst-plugins-bad-plugins-sections.txt | |
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/gst-plugins-bad-plugins-sections.txt')
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-sections.txt | 45 |
1 files changed, 45 insertions, 0 deletions
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> + |