From 2077e404ca366565ccfa3166468fa14275ae741c Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Fri, 2 May 2014 22:22:03 -0400 Subject: [PATCH] doc: Add GstDevice* to gstreamer-sections.txt https://bugzilla.gnome.org/show_bug.cgi?id=729440 --- docs/gst/gstreamer-sections.txt | 99 +++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index 52262aaf37..5032f70e87 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -3315,3 +3315,102 @@ GST_VERSION_NANO GST_CHECK_VERSION +
+gstdevice +GstDevice + +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 +
+ +
+gstdevicemonitor +GstDeviceMonitor +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 +
+ +
+gstdevicemonitorfactory +GstDeviceMonitorFactory +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 +
+ +
+gstglobaldevicemonitor +GstGlobalDeviceMonitor +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 +
+