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/4614>
This commit is contained in:
Seungha Yang 2023-03-05 20:14:06 +09:00 committed by Tim-Philipp Müller
parent 9c08b2f53a
commit 69e41e4b09

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