va: Remove GstVaFeature marking as a plugin API
It's part of the libgstva library and it's documented there, no need to duplicate it as it confuses hotdoc. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8774>
This commit is contained in:
parent
f6b3538027
commit
7ed5c10751
@ -252040,26 +252040,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"GstVaFeature": {
|
|
||||||
"kind": "enum",
|
|
||||||
"values": [
|
|
||||||
{
|
|
||||||
"desc": "GST_VA_FEATURE_DISABLED",
|
|
||||||
"name": "disabled",
|
|
||||||
"value": "0"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"desc": "GST_VA_FEATURE_ENABLED",
|
|
||||||
"name": "enabled",
|
|
||||||
"value": "1"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"desc": "GST_VA_FEATURE_AUTO",
|
|
||||||
"name": "auto",
|
|
||||||
"value": "2"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"GstVaInterpolationMethod": {
|
"GstVaInterpolationMethod": {
|
||||||
"kind": "enum",
|
"kind": "enum",
|
||||||
"values": [
|
"values": [
|
||||||
|
@ -4630,16 +4630,6 @@ gst_va_av1_enc_class_init (gpointer g_klass, gpointer class_data)
|
|||||||
}
|
}
|
||||||
|
|
||||||
g_object_class_install_properties (object_class, n_props, properties);
|
g_object_class_install_properties (object_class, n_props, properties);
|
||||||
|
|
||||||
/**
|
|
||||||
* GstVaFeature:
|
|
||||||
* @GST_VA_FEATURE_DISABLED: The feature is disabled.
|
|
||||||
* @GST_VA_FEATURE_ENABLED: The feature is enabled.
|
|
||||||
* @GST_VA_FEATURE_AUTO: The feature is enabled automatically.
|
|
||||||
*
|
|
||||||
* Since: 1.22
|
|
||||||
*/
|
|
||||||
gst_type_mark_as_plugin_api (GST_TYPE_VA_FEATURE, 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static GstCaps *
|
static GstCaps *
|
||||||
|
@ -5407,16 +5407,6 @@ gst_va_h265_enc_class_init (gpointer g_klass, gpointer class_data)
|
|||||||
}
|
}
|
||||||
|
|
||||||
g_object_class_install_properties (object_class, n_props, properties);
|
g_object_class_install_properties (object_class, n_props, properties);
|
||||||
|
|
||||||
/**
|
|
||||||
* GstVaFeature:
|
|
||||||
* @GST_VA_FEATURE_DISABLED: The feature is disabled.
|
|
||||||
* @GST_VA_FEATURE_ENABLED: The feature is enabled.
|
|
||||||
* @GST_VA_FEATURE_AUTO: The feature is enabled automatically.
|
|
||||||
*
|
|
||||||
* Since: 1.22
|
|
||||||
*/
|
|
||||||
gst_type_mark_as_plugin_api (GST_TYPE_VA_FEATURE, 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static GstCaps *
|
static GstCaps *
|
||||||
|
@ -1408,16 +1408,6 @@ gst_va_vp8_enc_class_init (gpointer g_klass, gpointer class_data)
|
|||||||
}
|
}
|
||||||
|
|
||||||
g_object_class_install_properties (object_class, n_props, properties);
|
g_object_class_install_properties (object_class, n_props, properties);
|
||||||
|
|
||||||
/**
|
|
||||||
* GstVaFeature:
|
|
||||||
* @GST_VA_FEATURE_DISABLED: The feature is disabled.
|
|
||||||
* @GST_VA_FEATURE_ENABLED: The feature is enabled.
|
|
||||||
* @GST_VA_FEATURE_AUTO: The feature is enabled automatically.
|
|
||||||
*
|
|
||||||
* Since: 1.24
|
|
||||||
*/
|
|
||||||
gst_type_mark_as_plugin_api (GST_TYPE_VA_FEATURE, 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static GstCaps *
|
static GstCaps *
|
||||||
|
@ -3232,16 +3232,6 @@ gst_va_vp9_enc_class_init (gpointer g_klass, gpointer class_data)
|
|||||||
}
|
}
|
||||||
|
|
||||||
g_object_class_install_properties (object_class, n_props, properties);
|
g_object_class_install_properties (object_class, n_props, properties);
|
||||||
|
|
||||||
/**
|
|
||||||
* GstVaFeature:
|
|
||||||
* @GST_VA_FEATURE_DISABLED: The feature is disabled.
|
|
||||||
* @GST_VA_FEATURE_ENABLED: The feature is enabled.
|
|
||||||
* @GST_VA_FEATURE_AUTO: The feature is enabled automatically.
|
|
||||||
*
|
|
||||||
* Since: 1.24
|
|
||||||
*/
|
|
||||||
gst_type_mark_as_plugin_api (GST_TYPE_VA_FEATURE, 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static GstCaps *
|
static GstCaps *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user