mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
a967370df5
Original commit message from CVS: gst-indent run on core
98 lines
1.6 KiB
Text
98 lines
1.6 KiB
Text
<!-- ##### SECTION Title ##### -->
|
|
GstFormat
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
Dynamically register new formats
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
GstFormats functions are used to register a new format to the gstreamer core.
|
|
formats can be used to perform seeking or conversions/query operations.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
#GstPad, #GstElement
|
|
</para>
|
|
|
|
<!-- ##### MACRO GST_FORMAT_PERCENT_MAX ##### -->
|
|
<para>
|
|
The PERCENT format is between 0 and this value
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### MACRO GST_FORMAT_PERCENT_SCALE ##### -->
|
|
<para>
|
|
The value used to scale down the reported PERCENT format value to
|
|
its real value.
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### STRUCT GstFormatDefinition ##### -->
|
|
<para>
|
|
A format definition
|
|
</para>
|
|
|
|
@value: The unique id of this format
|
|
@nick: A short nick of the format
|
|
@description: A longer description of the format
|
|
|
|
<!-- ##### MACRO GST_FORMATS_FUNCTION ##### -->
|
|
<para>
|
|
A convenience function to define a function that returns an array
|
|
of formats.
|
|
</para>
|
|
|
|
@type: The type of the first argument of the function
|
|
@functionname: The name of the function
|
|
@...: comma separated list of functions closed with 0
|
|
|
|
|
|
<!-- ##### FUNCTION gst_format_register ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@nick:
|
|
@description:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_format_get_by_nick ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@nick:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_formats_contains ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@formats:
|
|
@format:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_format_get_details ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@format:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_format_get_definitions ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@Returns:
|
|
|
|
|