From: Seungha Yang Date: Sun, 5 Mar 2023 11:14:06 +0000 (+0900) Subject: vajpegdec: Hide gst_jpeg_decoder_get_type() symbol X-Git-Tag: 1.22.7~288 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=69e41e4b0942edf18a29bea757fe447e21c51ffd;p=platform%2Fupstream%2Fgstreamer.git vajpegdec: Hide gst_jpeg_decoder_get_type() symbol It's not a public symbol yet Part-of: --- diff --git a/subprojects/gst-plugins-bad/sys/va/gstjpegdecoder.h b/subprojects/gst-plugins-bad/sys/va/gstjpegdecoder.h index b3807f8..9787f51 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