mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
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:
parent
e885e0e1d7
commit
614f4ec5b5
1 changed files with 0 additions and 1 deletions
|
@ -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) \
|
||||
|
|
Loading…
Reference in a new issue