summaryrefslogtreecommitdiff
path: root/ext/vpx
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2020-06-21 01:34:43 +0200
committerThibault Saunier <tsaunier@igalia.com>2020-06-23 10:25:55 -0400
commitc897fe2b737f19f8c65b3fa5cb7bc4a6a72c9a0b (patch)
tree835a9fbaa0e11bfd72cc3faae8690360ebdb27f0 /ext/vpx
parentc6d2e33a988f972518c116ef42800c0b8c83926d (diff)
downloadgstreamer-plugins-good-c897fe2b737f19f8c65b3fa5cb7bc4a6a72c9a0b.tar.gz
docs: mark more types as plugin API
Diffstat (limited to 'ext/vpx')
-rw-r--r--ext/vpx/gstvpxdec.c1
-rw-r--r--ext/vpx/gstvpxenc.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/ext/vpx/gstvpxdec.c b/ext/vpx/gstvpxdec.c
index be956d0bf..e92aa85c7 100644
--- a/ext/vpx/gstvpxdec.c
+++ b/ext/vpx/gstvpxdec.c
@@ -190,6 +190,7 @@ gst_vpx_dec_class_init (GstVPXDecClass * klass)
GST_DEBUG_CATEGORY_INIT (gst_vpxdec_debug, "vpxdec", 0, "VPX Decoder");
gst_type_mark_as_plugin_api (GST_VPX_DEC_TYPE_POST_PROCESSING_FLAGS, 0);
+ gst_type_mark_as_plugin_api (GST_TYPE_VPX_DEC, 0);
}
static void
diff --git a/ext/vpx/gstvpxenc.c b/ext/vpx/gstvpxenc.c
index 3dbce159d..61822b6ba 100644
--- a/ext/vpx/gstvpxenc.c
+++ b/ext/vpx/gstvpxenc.c
@@ -658,6 +658,7 @@ gst_vpx_enc_class_init (GstVPXEncClass * klass)
gst_type_mark_as_plugin_api (GST_VPX_ENC_SCALING_MODE_TYPE, 0);
gst_type_mark_as_plugin_api (GST_VPX_ENC_TOKEN_PARTITIONS_TYPE, 0);
gst_type_mark_as_plugin_api (GST_VPX_ENC_ER_FLAGS_TYPE, 0);
+ gst_type_mark_as_plugin_api (GST_TYPE_VPX_ENC, 0);
}
static void