summaryrefslogtreecommitdiff
path: root/gst/mpegtsmux
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/mpegtsmux
parent44fe121613557d65cd8970d57799855375343f29 (diff)
downloadgstreamer-plugins-bad-6baffc2931e1dc7e3d197133d0c25cd12173d135.tar.gz
docs: mark more types as plugin API
Diffstat (limited to 'gst/mpegtsmux')
-rw-r--r--gst/mpegtsmux/gstbasetsmux.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/mpegtsmux/gstbasetsmux.c b/gst/mpegtsmux/gstbasetsmux.c
index 4ed2fae9e..7f219fa6c 100644
--- a/gst/mpegtsmux/gstbasetsmux.c
+++ b/gst/mpegtsmux/gstbasetsmux.c
@@ -178,6 +178,8 @@ gst_base_ts_mux_pad_class_init (GstBaseTsMuxPadClass * klass)
gobject_class->dispose = gst_base_ts_mux_pad_dispose;
gstaggpad_class->flush = gst_base_ts_mux_pad_flush;
+
+ gst_type_mark_as_plugin_api (GST_TYPE_BASE_TS_MUX, 0);
}
static void