mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
ad1970eae2
Original commit message from CVS: 2005-07-15 Andy Wingo <wingo@pobox.com> * tools/gst-typefind.c: Update, add copyright block. * gst/base/gstbasesrc.c (gst_base_src_default_negotiate): Normalize and truncate caps before fixation. * gst/gstcaps.h: * gst/gstcaps.c (gst_caps_truncate): New function, destructively discards all but the first structure from its argument.
115 lines
1.4 KiB
Text
115 lines
1.4 KiB
Text
<!-- ##### SECTION Title ##### -->
|
|
GstUnitConvert
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
conversion between units of measurement
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### SECTION Stability_Level ##### -->
|
|
|
|
|
|
<!-- ##### STRUCT GstUnitConvert ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
|
<!-- ##### FUNCTION gst_unitconv_new ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_unitconv_set_convert_units ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@unitconv:
|
|
@from_unit_named:
|
|
@to_unit_named:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_unitconv_convert_value ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@unitconv:
|
|
@from_value:
|
|
@to_value:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_unitconv_unit_spec ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@unit_name:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_unitconv_unit_exists ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@unit_name:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_unitconv_unit_is_logarithmic ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@unit_name:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_unitconv_register_unit ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@domain_name:
|
|
@is_domain_default:
|
|
@is_logarithmic:
|
|
@unit_spec:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_unitconv_register_convert_func ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@from_unit_named:
|
|
@to_unit_named:
|
|
@convert_func:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_unitconv_register_convert_property ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@unit_name:
|
|
@convert_prop_spec:
|
|
@Returns:
|
|
|
|
|