summaryrefslogtreecommitdiff
path: root/ext/speex
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2020-06-06 00:42:25 +0200
committerMathieu Duponchelle <mathieu@centricular.com>2020-06-06 00:42:25 +0200
commitf63299ff2f774e858c384cd3998b203541a9631a (patch)
tree3d0d42954a0f9723aa2ad48d7fd92ff436bbd16c /ext/speex
parente527eb3e4c9f949f5f43537550a50cd295f2d999 (diff)
downloadgstreamer-plugins-good-f63299ff2f774e858c384cd3998b203541a9631a.tar.gz
plugins: uddate gst_type_mark_as_plugin_api() calls
Diffstat (limited to 'ext/speex')
-rw-r--r--ext/speex/gstspeexenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/speex/gstspeexenc.c b/ext/speex/gstspeexenc.c
index 70a3467e9..dc39d0adf 100644
--- a/ext/speex/gstspeexenc.c
+++ b/ext/speex/gstspeexenc.c
@@ -218,7 +218,7 @@ gst_speex_enc_class_init (GstSpeexEncClass * klass)
GST_DEBUG_CATEGORY_INIT (speexenc_debug, "speexenc", 0, "Speex encoder");
- gst_type_mark_as_plugin_api (GST_TYPE_SPEEX_ENC_MODE);
+ gst_type_mark_as_plugin_api (GST_TYPE_SPEEX_ENC_MODE, 0);
}
static void