summaryrefslogtreecommitdiff
path: root/gst/timecode/gsttimecodestamper.c
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 /gst/timecode/gsttimecodestamper.c
parenta38ac7a865f651bd0ebc3749635d2388f7e63f40 (diff)
downloadgstreamer-plugins-bad-a048ce81d4276641a5c84b17cbfdfaf55f0d723e.tar.gz
plugins: uddate gst_type_mark_as_plugin_api() calls
Diffstat (limited to 'gst/timecode/gsttimecodestamper.c')
-rw-r--r--gst/timecode/gsttimecodestamper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/timecode/gsttimecodestamper.c b/gst/timecode/gsttimecodestamper.c
index 4ac015f23..ebb2300c2 100644
--- a/gst/timecode/gsttimecodestamper.c
+++ b/gst/timecode/gsttimecodestamper.c
@@ -332,8 +332,8 @@ gst_timecodestamper_class_init (GstTimeCodeStamperClass * klass)
trans_class->transform_ip =
GST_DEBUG_FUNCPTR (gst_timecodestamper_transform_ip);
- gst_type_mark_as_plugin_api (GST_TYPE_TIME_CODE_STAMPER_SOURCE);
- gst_type_mark_as_plugin_api (GST_TYPE_TIME_CODE_STAMPER_SET);
+ gst_type_mark_as_plugin_api (GST_TYPE_TIME_CODE_STAMPER_SOURCE, 0);
+ gst_type_mark_as_plugin_api (GST_TYPE_TIME_CODE_STAMPER_SET, 0);
}
static void