From 74f2f733be1516fae39f222a8f874478b93eb34f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 31 May 2020 10:18:00 +0300 Subject: plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin types --- gst/mxf/mxfmux.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gst/mxf') diff --git a/gst/mxf/mxfmux.c b/gst/mxf/mxfmux.c index 4977c2340..eafc81965 100644 --- a/gst/mxf/mxfmux.c +++ b/gst/mxf/mxfmux.c @@ -185,6 +185,8 @@ gst_mxf_mux_class_init (GstMXFMuxClass * klass) "Codec/Muxer", "Muxes video/audio streams into a MXF stream", "Sebastian Dröge "); + + gst_type_mark_as_plugin_api (GST_TYPE_MXF_MUX_PAD); } static void -- cgit v1.2.1