mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-19 04:35:20 +00:00
webrtc: fix recursive G_BEGIN_DECLS and include missing sctptransport.h in webrtc.h
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8470>
This commit is contained in:
parent
c7367addb5
commit
41ff7727dc
3 changed files with 2 additions and 2 deletions
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/webrtc/webrtc_fwd.h>
|
||||
#include <gst/webrtc/webrtc-enumtypes.h>
|
||||
#include <gst/webrtc/rtpsender.h>
|
||||
#include <gst/webrtc/rtpreceiver.h>
|
||||
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
#include <gst/webrtc/rtpreceiver.h>
|
||||
#include <gst/webrtc/rtpsender.h>
|
||||
#include <gst/webrtc/rtptransceiver.h>
|
||||
#include <gst/webrtc/sctptransport.h>
|
||||
#include <gst/webrtc/datachannel.h>
|
||||
|
||||
#endif /* __GST_WEBRTC_WEBRTC_H__ */
|
||||
|
|
|
@ -56,8 +56,6 @@ G_BEGIN_DECLS
|
|||
#define GST_WEBRTC_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) GST_WEBRTC_API
|
||||
#endif
|
||||
|
||||
#include <gst/webrtc/webrtc-enumtypes.h>
|
||||
|
||||
/**
|
||||
* GstWebRTCDTLSTransport:
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue