summaryrefslogtreecommitdiff
path: root/gst-libs/gst/webrtc/rtptransceiver.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/webrtc/rtptransceiver.h')
-rw-r--r--gst-libs/gst/webrtc/rtptransceiver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/webrtc/rtptransceiver.h b/gst-libs/gst/webrtc/rtptransceiver.h
index 1bb819752..a4f8eb609 100644
--- a/gst-libs/gst/webrtc/rtptransceiver.h
+++ b/gst-libs/gst/webrtc/rtptransceiver.h
@@ -27,7 +27,7 @@
G_BEGIN_DECLS
-GST_EXPORT
+GST_WEBRTC_API
GType gst_webrtc_rtp_transceiver_get_type(void);
#define GST_TYPE_WEBRTC_RTP_TRANSCEIVER (gst_webrtc_rtp_transceiver_get_type())
#define GST_WEBRTC_RTP_TRANSCEIVER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_WEBRTC_RTP_TRANSCEIVER,GstWebRTCRTPTransceiver))
@@ -61,7 +61,7 @@ struct _GstWebRTCRTPTransceiverClass
gpointer _padding[GST_PADDING];
};
-GST_EXPORT
+GST_WEBRTC_API
void gst_webrtc_rtp_transceiver_stop (GstWebRTCRTPTransceiver * transceiver);
G_END_DECLS