mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
srt: Remove platform dependent socket headers
SRT modules entrust `gnetworking.h` with finding right headers for the platforms. https://bugzilla.gnome.org/show_bug.cgi?id=792123
This commit is contained in:
parent
7ecb3dc917
commit
1da40cdc0f
6 changed files with 1 additions and 8 deletions
|
@ -23,6 +23,7 @@
|
|||
|
||||
#include <gst/gst.h>
|
||||
#include <gio/gio.h>
|
||||
#include <gio/gnetworking.h>
|
||||
|
||||
#include <srt/srt.h>
|
||||
|
||||
|
|
|
@ -26,8 +26,6 @@
|
|||
#include "gstsrt.h"
|
||||
#include <srt/srt.h>
|
||||
|
||||
#include <netinet/in.h>
|
||||
|
||||
#define SRT_DEFAULT_POLL_TIMEOUT -1
|
||||
|
||||
#define GST_CAT_DEFAULT gst_debug_srt_base_sink
|
||||
|
|
|
@ -27,8 +27,6 @@
|
|||
#include <srt/srt.h>
|
||||
#include <gio/gio.h>
|
||||
|
||||
#include <netinet/in.h>
|
||||
|
||||
#define GST_CAT_DEFAULT gst_debug_srt_base_src
|
||||
GST_DEBUG_CATEGORY (GST_CAT_DEFAULT);
|
||||
|
||||
|
|
|
@ -49,8 +49,6 @@
|
|||
|
||||
#include "gstsrt.h"
|
||||
|
||||
#include <netinet/in.h>
|
||||
|
||||
static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src",
|
||||
GST_PAD_SRC,
|
||||
GST_PAD_ALWAYS,
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#define __GST_SRT_SERVER_SINK_H__
|
||||
|
||||
#include "gstsrtbasesink.h"
|
||||
#include <sys/socket.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#define __GST_SRT_SERVER_SRC_H__
|
||||
|
||||
#include "gstsrtbasesrc.h"
|
||||
#include <sys/socket.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
Loading…
Reference in a new issue