vajpegdec: Hide gst_jpeg_decoder_get_type() symbol
authorSeungha Yang <seungha@centricular.com>
Sun, 5 Mar 2023 11:14:06 +0000 (20:14 +0900)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 12 May 2023 09:49:21 +0000 (10:49 +0100)
It's not a public symbol yet

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4614>

subprojects/gst-plugins-bad/sys/va/gstjpegdecoder.h

index b3807f8..9787f51 100644 (file)
@@ -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