mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +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.
92 lines
1.2 KiB
Text
92 lines
1.2 KiB
Text
<!-- ##### SECTION Title ##### -->
|
|
GstDParam
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
dynamic parameter instance
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
This base class for dynamic parameters will update parameters as they are.
|
|
Subclasses of this do more advanced updates like smoothing parameter changes.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### SECTION Stability_Level ##### -->
|
|
|
|
|
|
<!-- ##### STRUCT GstDParam ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
|
<!-- ##### SIGNAL GstDParam::value-changed ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@gstdparam: the object which received the signal.
|
|
|
|
<!-- ##### ARG GstDParam:value-double ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### ARG GstDParam:value-float ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### ARG GstDParam:value-int ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### ARG GstDParam:value-int64 ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### FUNCTION gst_dparam_new ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@type:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_dparam_attach ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@dparam:
|
|
@manager:
|
|
@param_spec:
|
|
@unit_name:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_dparam_detach ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@dparam:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_dparam_do_update_default ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@dparam:
|
|
@timestamp:
|
|
@value:
|
|
@update_info:
|
|
|
|
|