mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
docs: mark GstIirEqualizer as plugin API
This commit is contained in:
parent
95efaf9d56
commit
f97430f6e9
2 changed files with 20 additions and 1 deletions
|
@ -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": {},
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue