projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e885e0e
)
rtpmanager: Fix an MSVC compile warning
author
Seungha Yang
<seungha@centricular.com>
Wed, 3 Mar 2021 09:30:39 +0000
(18:30 +0900)
committer
Seungha 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
patch
|
blob
|
history
diff --git
a/gst/rtpmanager/gstrtphdrext-twcc.h
b/gst/rtpmanager/gstrtphdrext-twcc.h
index
fd8135e
..
75db5d1
100644
(file)
--- a/
gst/rtpmanager/gstrtphdrext-twcc.h
+++ b/
gst/rtpmanager/gstrtphdrext-twcc.h
@@
-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) \