rtpmanager: Fix an MSVC compile warning

We don't expect this object is a part of public library.

gstrtphdrext-twcc.c(45): warning C4273: 'gst_rtp_header_extension_twcc_get_type': inconsistent dll linkage

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/889>
This commit is contained in:
Seungha Yang 2021-03-03 18:30:39 +09:00
parent e885e0e1d7
commit 614f4ec5b5

View file

@ -28,7 +28,6 @@
G_BEGIN_DECLS
GST_RTP_API
GType gst_rtp_header_extension_twcc_get_type (void);
#define GST_TYPE_RTP_HEADER_EXTENSION_TWCC (gst_rtp_header_extension_twcc_get_type())
#define GST_RTP_HEADER_EXTENSION_TWCC(obj) \