mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
controlbinding: hide one unused typedef
This is not used internally.
This commit is contained in:
parent
06cf9deafe
commit
5898042610
2 changed files with 2 additions and 9 deletions
|
@ -621,7 +621,6 @@ GST_USING_PRINTF_EXTENSION
|
|||
<TITLE>GstControlBinding</TITLE>
|
||||
GstControlBinding
|
||||
GstControlBindingClass
|
||||
GstControlBindingConvert
|
||||
gst_control_binding_sync_values
|
||||
gst_control_binding_get_value
|
||||
gst_control_binding_get_value_array
|
||||
|
@ -636,6 +635,7 @@ GST_IS_CONTROL_BINDING_CLASS
|
|||
GST_CONTROL_BINDING_GET_CLASS
|
||||
GST_TYPE_CONTROL_BINDING
|
||||
<SUBSECTION Private>
|
||||
GstControlBindingConvert
|
||||
gst_control_binding_get_type
|
||||
</SECTION>
|
||||
|
||||
|
|
|
@ -47,14 +47,7 @@ G_BEGIN_DECLS
|
|||
typedef struct _GstControlBinding GstControlBinding;
|
||||
typedef struct _GstControlBindingClass GstControlBindingClass;
|
||||
|
||||
/**
|
||||
* GstControlBindingConvert:
|
||||
* @binding: the #GstControlBinding instance
|
||||
* @src_value: the value returned by the cotnrol source
|
||||
* @dest_value: the target GValue
|
||||
*
|
||||
* Function to map a control-value to the target GValue.
|
||||
*/
|
||||
/* FIXME(2.0): remove, this is unused */
|
||||
typedef void (* GstControlBindingConvert) (GstControlBinding *binding, gdouble src_value, GValue *dest_value);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue