rtpmanager: Fix an MSVC compile warning
authorSeungha Yang <seungha@centricular.com>
Wed, 3 Mar 2021 09:30:39 +0000 (18:30 +0900)
committerSeungha Yang <seungha@centricular.com>
Wed, 3 Mar 2021 09:30:39 +0000 (18:30 +0900)
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>

gst/rtpmanager/gstrtphdrext-twcc.h

index fd8135e..75db5d1 100644 (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) \