From 69e41e4b0942edf18a29bea757fe447e21c51ffd Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Sun, 5 Mar 2023 20:14:06 +0900 Subject: vajpegdec: Hide gst_jpeg_decoder_get_type() symbol It's not a public symbol yet Part-of: --- subprojects/gst-plugins-bad/sys/va/gstjpegdecoder.h | 1 - 1 file changed, 1 deletion(-) diff --git a/subprojects/gst-plugins-bad/sys/va/gstjpegdecoder.h b/subprojects/gst-plugins-bad/sys/va/gstjpegdecoder.h index b3807f8061..9787f51e68 100644 --- a/subprojects/gst-plugins-bad/sys/va/gstjpegdecoder.h +++ b/subprojects/gst-plugins-bad/sys/va/gstjpegdecoder.h @@ -139,7 +139,6 @@ struct _GstJpegDecoderClass G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstJpegDecoder, gst_object_unref) -GST_CODECS_API GType gst_jpeg_decoder_get_type (void); G_END_DECLS -- cgit v1.2.1