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:
Olivier Crête 2025-04-04 13:20:35 -04:00
parent f6b3538027
commit 7ed5c10751
5 changed files with 0 additions and 60 deletions

View File

@ -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": {
"kind": "enum",
"values": [

View File

@ -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);
/**
* 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 *

View File

@ -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);
/**
* 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 *

View File

@ -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);
/**
* 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 *

View File

@ -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);
/**
* 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 *