summaryrefslogtreecommitdiff
path: root/ext/aom
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2020-05-31 10:18:00 +0300
committerThibault Saunier <tsaunier@igalia.com>2020-06-04 13:33:16 -0400
commit74f2f733be1516fae39f222a8f874478b93eb34f (patch)
tree3490a653e7d28bb7491f2df37e386e9c3e9b2b3e /ext/aom
parentb98712c44a4202dbdf2ac12aeb4efd9dceb943bc (diff)
downloadgstreamer-plugins-bad-74f2f733be1516fae39f222a8f874478b93eb34f.tar.gz
plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin types
Diffstat (limited to 'ext/aom')
-rw-r--r--ext/aom/gstav1enc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/aom/gstav1enc.c b/ext/aom/gstav1enc.c
index 2c7be2800..d63087dbb 100644
--- a/ext/aom/gstav1enc.c
+++ b/ext/aom/gstav1enc.c
@@ -397,6 +397,10 @@ gst_av1_enc_class_init (GstAV1EncClass * klass)
"Partition into separate horizontal tile rows from image frame which "
"can enable parallel encoding",
0, 6, DEFAULT_TILE_ROWS, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
+
+ gst_type_mark_as_plugin_api (GST_TYPE_END_USAGE_MODE);
+ gst_type_mark_as_plugin_api (GST_TYPE_RESIZE_MODE);
+ gst_type_mark_as_plugin_api (GST_TYPE_SUPERRES_MODE);
}
static void