mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
doc: Add GstDevice* to gstreamer-sections.txt
https://bugzilla.gnome.org/show_bug.cgi?id=729440
This commit is contained in:
parent
87dba1deeb
commit
2077e404ca
1 changed files with 99 additions and 0 deletions
|
@ -3315,3 +3315,102 @@ GST_VERSION_NANO
|
||||||
GST_CHECK_VERSION
|
GST_CHECK_VERSION
|
||||||
</SECTION>
|
</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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue