summaryrefslogtreecommitdiff
path: root/docs/gst
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2014-05-02 22:22:03 -0400
committerSebastian Dröge <sebastian@centricular.com>2014-05-03 10:22:07 +0200
commit2077e404ca366565ccfa3166468fa14275ae741c (patch)
tree27c3fc9f5663e28bd59830a1a1c7e664d9cd165e /docs/gst
parent87dba1deeb55040af36f38bcc0f89f318d01f0ae (diff)
doc: Add GstDevice* to gstreamer-sections.txt
https://bugzilla.gnome.org/show_bug.cgi?id=729440
Diffstat (limited to 'docs/gst')
-rw-r--r--docs/gst/gstreamer-sections.txt99
1 files changed, 99 insertions, 0 deletions
diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt
index 52262aaf3..5032f70e8 100644
--- a/docs/gst/gstreamer-sections.txt
+++ b/docs/gst/gstreamer-sections.txt
@@ -3315,3 +3315,102 @@ GST_VERSION_NANO
GST_CHECK_VERSION
</SECTION>
+<SECTION>
+<FILE>gstdevice</FILE>
+<TITLE>GstDevice</TITLE>
+
+GstDevice
+GstDeviceClass
+
+GST_DEVICE
+GST_DEVICE_CAST
+GST_DEVICE_CLASS
+GST_DEVICE_GET_CLASS
+GST_IS_DEVICE
+GST_IS_DEVICE_CLASS
+GST_TYPE_DEVICE
+
+gst_device_create_element
+gst_device_get_caps
+gst_device_get_display_name
+gst_device_get_klass
+gst_device_get_type
+gst_device_has_classes
+gst_device_has_classesv
+gst_device_reconfigure_element
+</SECTION>
+
+<SECTION>
+<FILE>gstdevicemonitor</FILE>
+<TITLE>GstDeviceMonitor</TITLE>
+GstDeviceMonitor
+GstDeviceMonitorClass
+GST_DEVICE_MONITOR
+GST_DEVICE_MONITOR_CAST
+GST_DEVICE_MONITOR_CLASS
+GST_DEVICE_MONITOR_GET_CLASS
+GST_IS_DEVICE_MONITOR
+GST_IS_DEVICE_MONITOR_CLASS
+GST_TYPE_DEVICE_MONITOR
+gst_device_monitor_can_monitor
+gst_device_monitor_class_add_metadata
+gst_device_monitor_class_add_static_metadata
+gst_device_monitor_class_get_metadata
+gst_device_monitor_class_set_metadata
+gst_device_monitor_class_set_static_metadata
+gst_device_monitor_device_add
+gst_device_monitor_device_remove
+gst_device_monitor_get_bus
+gst_device_monitor_get_devices
+gst_device_monitor_get_factory
+gst_device_monitor_get_type
+gst_device_monitor_register
+gst_device_monitor_start
+gst_device_monitor_stop
+</SECTION>
+
+<SECTION>
+<FILE>gstdevicemonitorfactory</FILE>
+<TITLE>GstDeviceMonitorFactory</TITLE>
+GstDeviceMonitorFactory
+GstDeviceMonitorFactoryClass
+GST_DEVICE_MONITOR_FACTORY
+GST_DEVICE_MONITOR_FACTORY_CAST
+GST_DEVICE_MONITOR_FACTORY_CLASS
+GST_TYPE_DEVICE_MONITOR_FACTORY
+gst_device_monitor_factory_find
+gst_device_monitor_factory_get
+gst_device_monitor_factory_get_by_name
+gst_device_monitor_factory_get_device_monitor_type
+gst_device_monitor_factory_get_metadata
+gst_device_monitor_factory_get_metadata_keys
+gst_device_monitor_factory_get_type
+gst_device_monitor_factory_has_classes
+gst_device_monitor_factory_has_classesv
+gst_device_monitor_factory_list_get_device_monitors
+</SECTION>
+
+<SECTION>
+<FILE>gstglobaldevicemonitor</FILE>
+<TITLE>GstGlobalDeviceMonitor</TITLE>
+GstGlobalDeviceMonitor
+GstGlobalDeviceMonitorClass
+GST_GLOBAL_DEVICE_MONITOR
+GST_GLOBAL_DEVICE_MONITOR_CAST
+GST_GLOBAL_DEVICE_MONITOR_CLASS
+GST_GLOBAL_DEVICE_MONITOR_GET_CLASS
+GST_IS_GLOBAL_DEVICE_MONITOR
+GST_IS_GLOBAL_DEVICE_MONITOR_CLASS
+GST_TYPE_GLOBAL_DEVICE_MONITOR
+gst_global_device_monitor_get_bus
+gst_global_device_monitor_get_caps_filter
+gst_global_device_monitor_get_classes_filter
+gst_global_device_monitor_get_devices
+gst_global_device_monitor_get_type
+gst_global_device_monitor_new
+gst_global_device_monitor_set_caps_filter
+gst_global_device_monitor_set_classes_filter
+gst_global_device_monitor_start
+gst_global_device_monitor_stop
+</SECTION>
+