summaryrefslogtreecommitdiff
path: root/gst/segmentclip
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2020-06-21 01:32:50 +0200
committerThibault Saunier <tsaunier@igalia.com>2020-06-23 12:10:17 -0400
commit6baffc2931e1dc7e3d197133d0c25cd12173d135 (patch)
tree76646f20b2ddf88b2e7ff2b8ec92a65e0d68c30e /gst/segmentclip
parent44fe121613557d65cd8970d57799855375343f29 (diff)
downloadgstreamer-plugins-bad-6baffc2931e1dc7e3d197133d0c25cd12173d135.tar.gz
docs: mark more types as plugin API
Diffstat (limited to 'gst/segmentclip')
-rw-r--r--gst/segmentclip/gstsegmentclip.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/segmentclip/gstsegmentclip.c b/gst/segmentclip/gstsegmentclip.c
index 5263e0593..6d002b24f 100644
--- a/gst/segmentclip/gstsegmentclip.c
+++ b/gst/segmentclip/gstsegmentclip.c
@@ -83,6 +83,8 @@ gst_segment_clip_class_init (GstSegmentClipClass * klass)
gstelement_class->change_state =
GST_DEBUG_FUNCPTR (gst_segment_clip_change_state);
+
+ gst_type_mark_as_plugin_api (GST_TYPE_SEGMENT_CLIP, 0);
}
static void