summaryrefslogtreecommitdiff
path: root/gst-libs/gst
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2021-06-24 14:58:12 -0400
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2021-06-28 16:06:59 +0000
commitee0124cb3631cdfdeb92457e2c90ea43e4c58555 (patch)
treeed8ed30691aa393f58579629d3dfdd956a356231 /gst-libs/gst
parenta2d5223473bdc0529e5c108f3c8913ede74d8cb0 (diff)
downloadgstreamer-plugins-bad-ee0124cb3631cdfdeb92457e2c90ea43e4c58555.tar.gz
webrtc: Remove the webrtc-priv.h header from public headers
And this time for real, also import it in a couple more places inside the webrtc element to make it build. Fixes #1607 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2359>
Diffstat (limited to 'gst-libs/gst')
-rw-r--r--gst-libs/gst/webrtc/rtpreceiver.c1
-rw-r--r--gst-libs/gst/webrtc/rtpreceiver.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/gst-libs/gst/webrtc/rtpreceiver.c b/gst-libs/gst/webrtc/rtpreceiver.c
index 5f4c4d4e5..8330105d8 100644
--- a/gst-libs/gst/webrtc/rtpreceiver.c
+++ b/gst-libs/gst/webrtc/rtpreceiver.c
@@ -31,6 +31,7 @@
#endif
#include "rtpreceiver.h"
+#include "webrtc-priv.h"
#define GST_CAT_DEFAULT gst_webrtc_rtp_receiver_debug
GST_DEBUG_CATEGORY_STATIC (GST_CAT_DEFAULT);
diff --git a/gst-libs/gst/webrtc/rtpreceiver.h b/gst-libs/gst/webrtc/rtpreceiver.h
index 6a55457cf..5f02fda81 100644
--- a/gst-libs/gst/webrtc/rtpreceiver.h
+++ b/gst-libs/gst/webrtc/rtpreceiver.h
@@ -24,8 +24,6 @@
#include <gst/webrtc/webrtc_fwd.h>
#include <gst/webrtc/dtlstransport.h>
-#include "webrtc-priv.h"
-
G_BEGIN_DECLS
GST_WEBRTC_API