mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-03 15:06:34 +00:00
srt: Include srt.h inside object header
Otherwise, newer GCC complains about now having sockaddr defined in the header.
This commit is contained in:
parent
0c14a92c28
commit
b7bd446fa8
2 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,6 @@
|
||||||
|
|
||||||
#include "gstsrtserversrc.h"
|
#include "gstsrtserversrc.h"
|
||||||
#include "gstsrt.h"
|
#include "gstsrt.h"
|
||||||
#include <srt/srt.h>
|
|
||||||
#include <gio/gio.h>
|
#include <gio/gio.h>
|
||||||
|
|
||||||
#define SRT_DEFAULT_POLL_TIMEOUT 100
|
#define SRT_DEFAULT_POLL_TIMEOUT 100
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
#define __GST_SRT_SERVER_SRC_H__
|
#define __GST_SRT_SERVER_SRC_H__
|
||||||
|
|
||||||
#include "gstsrtbasesrc.h"
|
#include "gstsrtbasesrc.h"
|
||||||
|
#include <srt/srt.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue