mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
docs: Cleanup interface references in docs
* Delete references to removed interfaces * Add missing documentation sections * Fix duplicate interface references for GstDevice Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732786
This commit is contained in:
parent
7f9c0d06dd
commit
05cd4f89d3
2 changed files with 19 additions and 15 deletions
|
@ -1279,6 +1279,7 @@ GST_CAT_LOG_OBJECT
|
||||||
GST_CAT_FIXME_OBJECT
|
GST_CAT_FIXME_OBJECT
|
||||||
GST_CAT_TRACE_OBJECT
|
GST_CAT_TRACE_OBJECT
|
||||||
GST_CAT_MEMDUMP_OBJECT
|
GST_CAT_MEMDUMP_OBJECT
|
||||||
|
GST_CAT_DEFAULT
|
||||||
GST_CAT_ERROR
|
GST_CAT_ERROR
|
||||||
GST_CAT_WARNING
|
GST_CAT_WARNING
|
||||||
GST_CAT_INFO
|
GST_CAT_INFO
|
||||||
|
@ -1492,6 +1493,7 @@ GST_MESSAGE_SRC_NAME
|
||||||
GST_MESSAGE_TIMESTAMP
|
GST_MESSAGE_TIMESTAMP
|
||||||
GST_MESSAGE_SEQNUM
|
GST_MESSAGE_SEQNUM
|
||||||
GST_MESSAGE_TYPE
|
GST_MESSAGE_TYPE
|
||||||
|
GST_MESSAGE_TYPE_IS_EXTENDED
|
||||||
GST_MESSAGE_TYPE_NAME
|
GST_MESSAGE_TYPE_NAME
|
||||||
gst_message_type_to_quark
|
gst_message_type_to_quark
|
||||||
gst_message_type_get_name
|
gst_message_type_get_name
|
||||||
|
@ -1781,6 +1783,7 @@ GstPadStickyEventsForeachFunction
|
||||||
gst_pad_sticky_events_foreach
|
gst_pad_sticky_events_foreach
|
||||||
|
|
||||||
gst_pad_is_active
|
gst_pad_is_active
|
||||||
|
gst_pad_get_last_flow_return
|
||||||
|
|
||||||
<SUBSECTION probes>
|
<SUBSECTION probes>
|
||||||
GstPadProbeReturn
|
GstPadProbeReturn
|
||||||
|
@ -1924,6 +1927,7 @@ GST_PAD_PARENT
|
||||||
GST_PAD_ELEMENT_PRIVATE
|
GST_PAD_ELEMENT_PRIVATE
|
||||||
GST_PAD_PAD_TEMPLATE
|
GST_PAD_PAD_TEMPLATE
|
||||||
GST_PAD_DIRECTION
|
GST_PAD_DIRECTION
|
||||||
|
GST_PAD_LAST_FLOW_RETURN
|
||||||
|
|
||||||
GST_PAD_TASK
|
GST_PAD_TASK
|
||||||
GST_PAD_MODE
|
GST_PAD_MODE
|
||||||
|
@ -2891,6 +2895,7 @@ GstToc
|
||||||
GstTocScope
|
GstTocScope
|
||||||
GstTocEntry
|
GstTocEntry
|
||||||
GstTocEntryType
|
GstTocEntryType
|
||||||
|
GstTocLoopType
|
||||||
gst_toc_new
|
gst_toc_new
|
||||||
gst_toc_ref
|
gst_toc_ref
|
||||||
gst_toc_unref
|
gst_toc_unref
|
||||||
|
@ -2914,6 +2919,8 @@ gst_toc_entry_get_uid
|
||||||
gst_toc_entry_get_parent
|
gst_toc_entry_get_parent
|
||||||
gst_toc_entry_get_sub_entries
|
gst_toc_entry_get_sub_entries
|
||||||
gst_toc_entry_append_sub_entry
|
gst_toc_entry_append_sub_entry
|
||||||
|
gst_toc_entry_get_loop
|
||||||
|
gst_toc_entry_set_loop
|
||||||
gst_toc_entry_get_start_stop_times
|
gst_toc_entry_get_start_stop_times
|
||||||
gst_toc_entry_set_start_stop_times
|
gst_toc_entry_set_start_stop_times
|
||||||
gst_toc_entry_get_tags
|
gst_toc_entry_get_tags
|
||||||
|
@ -2925,15 +2932,18 @@ gst_toc_entry_is_alternative
|
||||||
gst_toc_entry_is_sequence
|
gst_toc_entry_is_sequence
|
||||||
GST_TOC_ENTRY_TYPE_IS_ALTERNATIVE
|
GST_TOC_ENTRY_TYPE_IS_ALTERNATIVE
|
||||||
GST_TOC_ENTRY_TYPE_IS_SEQUENCE
|
GST_TOC_ENTRY_TYPE_IS_SEQUENCE
|
||||||
|
GST_TOC_REPEAT_COUNT_INFINITE
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GST_TYPE_TOC
|
GST_TYPE_TOC
|
||||||
GST_TYPE_TOC_ENTRY
|
GST_TYPE_TOC_ENTRY
|
||||||
GST_TYPE_TOC_ENTRY_TYPE
|
GST_TYPE_TOC_ENTRY_TYPE
|
||||||
|
GST_TYPE_TOC_LOOP_TYPE
|
||||||
GST_TYPE_TOC_SCOPE
|
GST_TYPE_TOC_SCOPE
|
||||||
<SUBSECTION Private>
|
<SUBSECTION Private>
|
||||||
gst_toc_get_type
|
gst_toc_get_type
|
||||||
gst_toc_entry_get_type
|
gst_toc_entry_get_type
|
||||||
gst_toc_entry_type_get_type
|
gst_toc_entry_type_get_type
|
||||||
|
gst_toc_loop_type_get_type
|
||||||
gst_toc_scope_get_type
|
gst_toc_scope_get_type
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
@ -3298,12 +3308,15 @@ gst_value_array_prepend_value
|
||||||
gst_value_fixate
|
gst_value_fixate
|
||||||
|
|
||||||
|
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GST_TYPE_G_THREAD
|
||||||
<SUBSECTION Private>
|
<SUBSECTION Private>
|
||||||
gst_date_get_type
|
gst_date_get_type
|
||||||
gst_date_time_get_type
|
gst_date_time_get_type
|
||||||
gst_double_range_get_type
|
gst_double_range_get_type
|
||||||
gst_fraction_get_type
|
gst_fraction_get_type
|
||||||
gst_fraction_range_get_type
|
gst_fraction_range_get_type
|
||||||
|
gst_g_thread_get_type
|
||||||
gst_int_range_get_type
|
gst_int_range_get_type
|
||||||
gst_int64_range_get_type
|
gst_int64_range_get_type
|
||||||
gst_value_array_get_type
|
gst_value_array_get_type
|
||||||
|
@ -3330,8 +3343,8 @@ GstDeviceClass
|
||||||
|
|
||||||
gst_device_create_element
|
gst_device_create_element
|
||||||
gst_device_get_caps
|
gst_device_get_caps
|
||||||
|
gst_device_get_device_class
|
||||||
gst_device_get_display_name
|
gst_device_get_display_name
|
||||||
gst_device_get_klass
|
|
||||||
gst_device_has_classes
|
gst_device_has_classes
|
||||||
gst_device_has_classesv
|
gst_device_has_classesv
|
||||||
gst_device_reconfigure_element
|
gst_device_reconfigure_element
|
||||||
|
@ -3344,11 +3357,6 @@ GST_DEVICE_GET_CLASS
|
||||||
GST_IS_DEVICE
|
GST_IS_DEVICE
|
||||||
GST_IS_DEVICE_CLASS
|
GST_IS_DEVICE_CLASS
|
||||||
GST_TYPE_DEVICE
|
GST_TYPE_DEVICE
|
||||||
|
|
||||||
gst_device_create_element
|
|
||||||
gst_device_get_caps
|
|
||||||
gst_device_get_display_name
|
|
||||||
gst_device_get_device_class
|
|
||||||
gst_device_get_type
|
gst_device_get_type
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
|
|
@ -65,7 +65,6 @@ gst_timed_value_control_source_get_all
|
||||||
gst_timed_value_control_source_unset
|
gst_timed_value_control_source_unset
|
||||||
gst_timed_value_control_source_unset_all
|
gst_timed_value_control_source_unset_all
|
||||||
gst_timed_value_control_source_get_count
|
gst_timed_value_control_source_get_count
|
||||||
gst_timed_value_control_source_get_base_value_type
|
|
||||||
gst_timed_value_control_invalidate_cache
|
gst_timed_value_control_invalidate_cache
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GstTimedValueControlSourceClass
|
GstTimedValueControlSourceClass
|
||||||
|
@ -294,7 +293,6 @@ gst_base_sink_do_preroll
|
||||||
gst_base_sink_wait
|
gst_base_sink_wait
|
||||||
gst_base_sink_wait_preroll
|
gst_base_sink_wait_preroll
|
||||||
gst_base_sink_wait_clock
|
gst_base_sink_wait_clock
|
||||||
gst_base_sink_wait_eos
|
|
||||||
gst_base_sink_set_sync
|
gst_base_sink_set_sync
|
||||||
gst_base_sink_get_sync
|
gst_base_sink_get_sync
|
||||||
gst_base_sink_set_max_lateness
|
gst_base_sink_set_max_lateness
|
||||||
|
@ -307,8 +305,6 @@ gst_base_sink_set_ts_offset
|
||||||
gst_base_sink_get_ts_offset
|
gst_base_sink_get_ts_offset
|
||||||
gst_base_sink_set_render_delay
|
gst_base_sink_set_render_delay
|
||||||
gst_base_sink_get_render_delay
|
gst_base_sink_get_render_delay
|
||||||
gst_base_sink_set_last_buffer_enabled
|
|
||||||
gst_base_sink_is_last_buffer_enabled
|
|
||||||
gst_base_sink_get_last_sample
|
gst_base_sink_get_last_sample
|
||||||
gst_base_sink_set_blocksize
|
gst_base_sink_set_blocksize
|
||||||
gst_base_sink_get_blocksize
|
gst_base_sink_get_blocksize
|
||||||
|
@ -325,7 +321,6 @@ GST_BASE_SINK_GET_PREROLL_LOCK
|
||||||
GST_BASE_SINK_PREROLL_BROADCAST
|
GST_BASE_SINK_PREROLL_BROADCAST
|
||||||
GST_BASE_SINK_PREROLL_LOCK
|
GST_BASE_SINK_PREROLL_LOCK
|
||||||
GST_BASE_SINK_PREROLL_SIGNAL
|
GST_BASE_SINK_PREROLL_SIGNAL
|
||||||
GST_BASE_SINK_PREROLL_TIMED_WAIT
|
|
||||||
GST_BASE_SINK_PREROLL_TRYLOCK
|
GST_BASE_SINK_PREROLL_TRYLOCK
|
||||||
GST_BASE_SINK_PREROLL_UNLOCK
|
GST_BASE_SINK_PREROLL_UNLOCK
|
||||||
GST_BASE_SINK_PREROLL_WAIT
|
GST_BASE_SINK_PREROLL_WAIT
|
||||||
|
@ -361,8 +356,6 @@ gst_base_transform_is_qos_enabled
|
||||||
gst_base_transform_set_qos_enabled
|
gst_base_transform_set_qos_enabled
|
||||||
gst_base_transform_update_qos
|
gst_base_transform_update_qos
|
||||||
gst_base_transform_set_gap_aware
|
gst_base_transform_set_gap_aware
|
||||||
gst_base_transform_suggest
|
|
||||||
gst_base_transform_reconfigure
|
|
||||||
gst_base_transform_get_allocator
|
gst_base_transform_get_allocator
|
||||||
gst_base_transform_get_buffer_pool
|
gst_base_transform_get_buffer_pool
|
||||||
gst_base_transform_reconfigure_sink
|
gst_base_transform_reconfigure_sink
|
||||||
|
@ -725,7 +718,6 @@ gst_collect_pads_flush
|
||||||
gst_collect_pads_peek
|
gst_collect_pads_peek
|
||||||
gst_collect_pads_pop
|
gst_collect_pads_pop
|
||||||
|
|
||||||
gst_collect_pads_read
|
|
||||||
gst_collect_pads_read_buffer
|
gst_collect_pads_read_buffer
|
||||||
gst_collect_pads_take_buffer
|
gst_collect_pads_take_buffer
|
||||||
|
|
||||||
|
@ -769,7 +761,9 @@ gst_flow_combiner_update_flow
|
||||||
gst_flow_combiner_add_pad
|
gst_flow_combiner_add_pad
|
||||||
gst_flow_combiner_remove_pad
|
gst_flow_combiner_remove_pad
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
|
GST_TYPE_FLOW_COMBINER
|
||||||
<SUBSECTION Private>
|
<SUBSECTION Private>
|
||||||
|
gst_flow_combiner_get_type
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
|
@ -799,7 +793,6 @@ gst_type_find_helper_for_extension
|
||||||
gst_type_find_helper_for_data
|
gst_type_find_helper_for_data
|
||||||
GstTypeFindHelperGetRangeFunction
|
GstTypeFindHelperGetRangeFunction
|
||||||
gst_type_find_helper_get_range
|
gst_type_find_helper_get_range
|
||||||
gst_type_find_helper_get_range_ext
|
|
||||||
<SUBSECTION Private>
|
<SUBSECTION Private>
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
@ -1143,6 +1136,9 @@ gst_test_clock_wait_for_next_pending_id
|
||||||
gst_test_clock_wait_for_pending_id_count
|
gst_test_clock_wait_for_pending_id_count
|
||||||
gst_test_clock_process_next_clock_id
|
gst_test_clock_process_next_clock_id
|
||||||
gst_test_clock_get_next_entry_time
|
gst_test_clock_get_next_entry_time
|
||||||
|
gst_test_clock_wait_for_multiple_pending_ids
|
||||||
|
gst_test_clock_id_list_get_latest_time
|
||||||
|
gst_test_clock_process_id_list
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GST_TEST_CLOCK
|
GST_TEST_CLOCK
|
||||||
GST_IS_TEST_CLOCK
|
GST_IS_TEST_CLOCK
|
||||||
|
|
Loading…
Reference in a new issue