summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2016-08-17 02:51:38 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2016-08-17 09:30:47 +0200
commit1dcbbb07cbc8c3f05e3c86d21713d1a059eb2486 (patch)
tree5e9478f18990cc21534be505547dc50ec861e53a
parentd91fc0fb3e57f4231126cd30df44ffaad5ee6ab3 (diff)
downloadfarstream-1dcbbb07cbc8c3f05e3c86d21713d1a059eb2486.tar.gz
Add missing includes to fix docs build
https://bugs.freedesktop.org/97376
-rw-r--r--docs/plugins/farstream-plugins.types4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/plugins/farstream-plugins.types b/docs/plugins/farstream-plugins.types
index 79a6b2a9..ddacd280 100644
--- a/docs/plugins/farstream-plugins.types
+++ b/docs/plugins/farstream-plugins.types
@@ -1,4 +1,8 @@
#include <gst/gst.h>
+#include "../../gst/fsrtpconference/fs-rtp-participant.h"
+#include "../../gst/fsrtpconference/fs-rtp-session.h"
+#include "../../gst/fsrtpconference/fs-rtp-stream.h"
+#include "../../gst/fsmsnconference/fs-msn-conference.h"
fs_rtp_participant_get_type
fs_rtp_session_get_type
fs_rtp_stream_get_type