docs: mark GstIirEqualizer as plugin API

This commit is contained in:
Mathieu Duponchelle 2020-06-23 19:04:03 +02:00
parent 95efaf9d56
commit f97430f6e9
2 changed files with 20 additions and 1 deletions

View file

@ -6140,7 +6140,24 @@
},
"filename": "gstequalizer",
"license": "LGPL",
"other-types": {},
"other-types": {
"GstIirEqualizer": {
"hierarchy": [
"GstIirEqualizer",
"GstAudioFilter",
"GstBaseTransform",
"GstElement",
"GstObject",
"GInitiallyUnowned",
"GObject"
],
"interfaces": [
"GstChildProxy",
"GstPreset"
],
"kind": "object"
}
},
"package": "GStreamer Good Plug-ins",
"source": "gst-plugins-good",
"tracers": {},

View file

@ -272,6 +272,8 @@ gst_iir_equalizer_band_class_init (GstIirEqualizerBandClass * klass)
"Filter type", GST_TYPE_IIR_EQUALIZER_BAND_TYPE,
BAND_TYPE_PEAK,
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | GST_PARAM_CONTROLLABLE));
gst_type_mark_as_plugin_api (GST_TYPE_IIR_EQUALIZER, 0);
}
static void