diff options
Diffstat (limited to 'docs/gst/gstreamer-sections.txt')
-rw-r--r-- | docs/gst/gstreamer-sections.txt | 27 |
1 files changed, 20 insertions, 7 deletions
diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index 90f466466..25d9eae8a 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -190,7 +190,7 @@ gst_buffer_flag_get_type GstCaps GstStaticCaps -GST_CAPS_FLAGS_ANY +GstCapsFlags GST_CAPS_ANY GST_CAPS_NONE GST_CAPS_REFCOUNT @@ -241,7 +241,9 @@ gst_caps_unref GST_CAPS GST_IS_CAPS GST_TYPE_CAPS +GST_TYPE_CAPS_FLAGS <SUBSECTION Private> +gst_caps_flags_get_type gst_caps_get_type </SECTION> @@ -355,8 +357,12 @@ gst_clock_get_resolution gst_clock_get_time gst_clock_new_single_shot_id gst_clock_new_periodic_id +gst_clock_get_internal_time gst_clock_adjust_unlocked -gst_clock_set_time_adjust +gst_clock_get_calibration +gst_clock_set_calibration +gst_clock_get_master +gst_clock_set_master gst_clock_id_get_time gst_clock_id_wait gst_clock_id_wait_async @@ -456,7 +462,7 @@ gst_element_class_get_pad_template gst_element_class_get_pad_template_list gst_element_class_install_std_props gst_element_class_set_details -gst_element_commit_state +gst_element_continue_state gst_element_create_all_pads gst_element_factory_can_sink_caps gst_element_factory_can_src_caps @@ -690,6 +696,8 @@ GST_FORMAT_PERCENT_MAX GST_FORMAT_PERCENT_SCALE GstFormatDefinition +gst_format_get_name +gst_format_to_quark gst_format_register gst_format_get_by_nick gst_formats_contains @@ -755,6 +763,7 @@ gst_index_set_group gst_index_set_certainty gst_index_get_certainty gst_index_set_filter +gst_index_set_filter_full gst_index_set_resolver gst_index_get_writer_id gst_index_add_format @@ -1181,6 +1190,7 @@ gst_pad_remove_event_probe <SUBSECTION Element> gst_pad_new gst_pad_new_from_template +gst_pad_new_from_static_template gst_pad_alloc_buffer gst_pad_set_bufferalloc_function @@ -1312,7 +1322,6 @@ GST_PAD_DIRECTION GST_PAD_CAPS GST_PAD_PEER GST_PAD_IS_LINKED -GST_PAD_IS_USABLE GST_PAD_IS_SRC GST_PAD_IS_SINK @@ -1532,6 +1541,9 @@ GstQueryType GST_QUERY_TYPE_RATE_DEN GstQueryTypeDefinition + +gst_query_type_get_name +gst_query_type_to_quark gst_query_type_register gst_query_type_get_by_nick gst_query_types_contains @@ -2039,10 +2051,7 @@ gst_util_dump_mem gst_util_uint64_scale gst_util_set_object_arg gst_util_set_value_from_string -g_static_rec_cond_timed_wait -g_static_rec_cond_wait <SUBSECTION Private> -GST_COMPILE_STATIC_REC_COND_WAIT GST_HAVE_UNALIGNED_ACCESS </SECTION> @@ -2143,6 +2152,10 @@ gst_value_register_subtract_func gst_value_intersect gst_value_can_intersect gst_value_register_intersect_func +gst_value_array_append_value +gst_value_array_get_size +gst_value_array_get_value +gst_value_array_prepend_value <SUBSECTION Standard> <SUBSECTION Private> |