summaryrefslogtreecommitdiff
path: root/ext/colormanagement
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 /ext/colormanagement
parenta38ac7a865f651bd0ebc3749635d2388f7e63f40 (diff)
downloadgstreamer-plugins-bad-a048ce81d4276641a5c84b17cbfdfaf55f0d723e.tar.gz
plugins: uddate gst_type_mark_as_plugin_api() calls
Diffstat (limited to 'ext/colormanagement')
-rw-r--r--ext/colormanagement/gstlcms.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/colormanagement/gstlcms.c b/ext/colormanagement/gstlcms.c
index 30c680a90..ebcc4438b 100644
--- a/ext/colormanagement/gstlcms.c
+++ b/ext/colormanagement/gstlcms.c
@@ -226,8 +226,8 @@ gst_lcms_class_init (GstLcmsClass * klass)
GST_DEBUG_FUNCPTR (gst_lcms_transform_frame_ip);
vfilter_class->transform_frame = GST_DEBUG_FUNCPTR (gst_lcms_transform_frame);
- gst_type_mark_as_plugin_api (GST_TYPE_LCMS_INTENT);
- gst_type_mark_as_plugin_api (GST_TYPE_LCMS_LOOKUP_METHOD);
+ gst_type_mark_as_plugin_api (GST_TYPE_LCMS_INTENT, 0);
+ gst_type_mark_as_plugin_api (GST_TYPE_LCMS_LOOKUP_METHOD, 0);
}
static void