summaryrefslogtreecommitdiff
path: root/ext/openh264
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/openh264
parenta38ac7a865f651bd0ebc3749635d2388f7e63f40 (diff)
plugins: uddate gst_type_mark_as_plugin_api() calls
Diffstat (limited to 'ext/openh264')
-rw-r--r--ext/openh264/gstopenh264enc.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/openh264/gstopenh264enc.cpp b/ext/openh264/gstopenh264enc.cpp
index 2276098b2..c725138ef 100644
--- a/ext/openh264/gstopenh264enc.cpp
+++ b/ext/openh264/gstopenh264enc.cpp
@@ -366,11 +366,11 @@ gst_openh264enc_class_init (GstOpenh264EncClass * klass)
"Complexity", GST_TYPE_OPENH264ENC_COMPLEXITY, DEFAULT_COMPLEXITY,
(GParamFlags) (G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)));
- gst_type_mark_as_plugin_api (GST_TYPE_OPENH264ENC_COMPLEXITY);
- gst_type_mark_as_plugin_api (GST_TYPE_OPENH264ENC_DEBLOCKING_MODE);
- gst_type_mark_as_plugin_api (GST_TYPE_OPENH264ENC_SLICE_MODE);
- gst_type_mark_as_plugin_api (GST_TYPE_RC_MODES);
- gst_type_mark_as_plugin_api (GST_TYPE_USAGE_TYPE);
+ gst_type_mark_as_plugin_api (GST_TYPE_OPENH264ENC_COMPLEXITY, (GstPluginAPIFlags) 0);
+ gst_type_mark_as_plugin_api (GST_TYPE_OPENH264ENC_DEBLOCKING_MODE, (GstPluginAPIFlags) 0);
+ gst_type_mark_as_plugin_api (GST_TYPE_OPENH264ENC_SLICE_MODE, (GstPluginAPIFlags) 0);
+ gst_type_mark_as_plugin_api (GST_TYPE_RC_MODES, (GstPluginAPIFlags) 0);
+ gst_type_mark_as_plugin_api (GST_TYPE_USAGE_TYPE, (GstPluginAPIFlags) 0);
}
static void