vajpegdec: Hide gst_jpeg_decoder_get_type() symbol

It's not a public symbol yet

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4113>
This commit is contained in:
Seungha Yang 2023-03-05 20:14:06 +09:00 committed by GStreamer Marge Bot
parent fbf143b0fd
commit c5ae00f58c

View 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