summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2020-06-23 19:04:03 +0200
committerMathieu Duponchelle <mathieu@centricular.com>2020-06-23 19:04:03 +0200
commitf97430f6e90db98eca3cd4268f2f09110c065c4a (patch)
treef9f908b1a26c6bf9db10e6056981356952c77f09 /gst
parent95efaf9d56ce3cee1561cc2f0c4b4671e021c07d (diff)
docs: mark GstIirEqualizer as plugin API
Diffstat (limited to 'gst')
-rw-r--r--gst/equalizer/gstiirequalizer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/equalizer/gstiirequalizer.c b/gst/equalizer/gstiirequalizer.c
index 210296b73..e78d77959 100644
--- a/gst/equalizer/gstiirequalizer.c
+++ b/gst/equalizer/gstiirequalizer.c
@@ -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