summaryrefslogtreecommitdiff
path: root/gst/audiomixmatrix/gstaudiomixmatrix.c
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2020-06-06 00:40:42 +0200
committerMathieu Duponchelle <mathieu@centricular.com>2020-06-06 00:40:42 +0200
commita048ce81d4276641a5c84b17cbfdfaf55f0d723e (patch)
treea7de49489edac58037ba5eb3910f46f9c9032e86 /gst/audiomixmatrix/gstaudiomixmatrix.c
parenta38ac7a865f651bd0ebc3749635d2388f7e63f40 (diff)
downloadgstreamer-plugins-bad-a048ce81d4276641a5c84b17cbfdfaf55f0d723e.tar.gz
plugins: uddate gst_type_mark_as_plugin_api() calls
Diffstat (limited to 'gst/audiomixmatrix/gstaudiomixmatrix.c')
-rw-r--r--gst/audiomixmatrix/gstaudiomixmatrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/audiomixmatrix/gstaudiomixmatrix.c b/gst/audiomixmatrix/gstaudiomixmatrix.c
index 537cfb93b..77b5c92ed 100644
--- a/gst/audiomixmatrix/gstaudiomixmatrix.c
+++ b/gst/audiomixmatrix/gstaudiomixmatrix.c
@@ -217,7 +217,7 @@ gst_audio_mix_matrix_class_init (GstAudioMixMatrixClass * klass)
element_class->change_state =
GST_DEBUG_FUNCPTR (gst_audio_mix_matrix_change_state);
- gst_type_mark_as_plugin_api (GST_TYPE_AUDIO_MIX_MATRIX_MODE);
+ gst_type_mark_as_plugin_api (GST_TYPE_AUDIO_MIX_MATRIX_MODE, 0);
}
static void