mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
More pending API doc changes.
Original commit message from CVS: More pending API doc changes.
This commit is contained in:
parent
455567482c
commit
e5b6d0c8aa
7 changed files with 38 additions and 35 deletions
|
@ -274,8 +274,8 @@ GST_DEBUG_ENABLE_CATEGORIES
|
||||||
<FILE>gstextratypes</FILE>
|
<FILE>gstextratypes</FILE>
|
||||||
<TITLE>GstExtraTypes</TITLE>
|
<TITLE>GstExtraTypes</TITLE>
|
||||||
GST_TYPE_FILENAME
|
GST_TYPE_FILENAME
|
||||||
gst_extra_get_filename_type
|
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
|
gst_extra_get_filename_type
|
||||||
GST_DISABLE_LOADSAVE_REGISTRY
|
GST_DISABLE_LOADSAVE_REGISTRY
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
@ -801,7 +801,6 @@ gst_padtemplate_get_type
|
||||||
GstPipeline
|
GstPipeline
|
||||||
gst_pipeline_new
|
gst_pipeline_new
|
||||||
gst_pipeline_destroy
|
gst_pipeline_destroy
|
||||||
gst_pipeline_iterate
|
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GstPipelineClass
|
GstPipelineClass
|
||||||
gst_pipeline_get_type
|
gst_pipeline_get_type
|
||||||
|
|
|
@ -324,12 +324,12 @@ used when data in a stream has been skipped
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@buf:
|
|
||||||
@buf2:
|
|
||||||
@Returns:
|
|
||||||
<!-- # Unused Parameters # -->
|
|
||||||
@buffer:
|
@buffer:
|
||||||
@append:
|
@append:
|
||||||
|
@Returns:
|
||||||
|
<!-- # Unused Parameters # -->
|
||||||
|
@buf:
|
||||||
|
@buf2:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_buffer_ref ##### -->
|
<!-- ##### FUNCTION gst_buffer_ref ##### -->
|
||||||
|
@ -340,6 +340,15 @@ used when data in a stream has been skipped
|
||||||
@buffer:
|
@buffer:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gst_buffer_ref_by_count ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@buffer:
|
||||||
|
@count:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_buffer_unref ##### -->
|
<!-- ##### FUNCTION gst_buffer_unref ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
|
|
@ -124,9 +124,9 @@ Unlock the given bufferpool.
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@buffer:
|
|
||||||
<!-- # Unused Parameters # -->
|
|
||||||
@pool:
|
@pool:
|
||||||
|
<!-- # Unused Parameters # -->
|
||||||
|
@buffer:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_buffer_pool_destroy ##### -->
|
<!-- ##### FUNCTION gst_buffer_pool_destroy ##### -->
|
||||||
|
@ -164,8 +164,9 @@ Unlock the given bufferpool.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@pool:
|
@pool:
|
||||||
@user_data:
|
|
||||||
@Returns:
|
@Returns:
|
||||||
|
<!-- # Unused Parameters # -->
|
||||||
|
@user_data:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_buffer_pool_set_buffer_copy_function ##### -->
|
<!-- ##### FUNCTION gst_buffer_pool_set_buffer_copy_function ##### -->
|
||||||
|
|
|
@ -247,8 +247,10 @@ circumstances.
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@element:
|
@klass:
|
||||||
@templ:
|
@templ:
|
||||||
|
<!-- # Unused Parameters # -->
|
||||||
|
@element:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO gst_element_destroy ##### -->
|
<!-- ##### MACRO gst_element_destroy ##### -->
|
||||||
|
@ -454,8 +456,10 @@ circumstances.
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@elem:
|
@element:
|
||||||
@Returns:
|
@Returns:
|
||||||
|
<!-- # Unused Parameters # -->
|
||||||
|
@elem:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_element_statename ##### -->
|
<!-- ##### FUNCTION gst_element_statename ##### -->
|
||||||
|
|
|
@ -21,11 +21,3 @@ A type that can be used to indicate a filename.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_extra_get_filename_type ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@Returns:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -40,11 +40,3 @@ Destroys the pipeline.
|
||||||
@pipeline: #GstPipeline to destroy
|
@pipeline: #GstPipeline to destroy
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_pipeline_iterate ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@pipeline:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -3928,14 +3928,6 @@ Is trigered whenever the state of an element changes
|
||||||
@destroy:
|
@destroy:
|
||||||
@user_data:
|
@user_data:
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_buffer_ref_by_count ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@buffer:
|
|
||||||
@count:
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_buffer_remove_meta ##### -->
|
<!-- ##### FUNCTION gst_buffer_remove_meta ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -4189,6 +4181,13 @@ Is trigered whenever the state of an element changes
|
||||||
|
|
||||||
@esdsink:
|
@esdsink:
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gst_extra_get_filename_type ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@Returns:
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_fakesink_chain ##### -->
|
<!-- ##### FUNCTION gst_fakesink_chain ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -4581,6 +4580,13 @@ Call the EOS function of the pad
|
||||||
|
|
||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gst_pipeline_iterate ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@pipeline:
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_plugin_add_autoplugger ##### -->
|
<!-- ##### FUNCTION gst_plugin_add_autoplugger ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue