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:
Justin Kim 2018-01-02 20:51:25 +09:00 committed by Tim-Philipp Müller
parent 7ecb3dc917
commit 1da40cdc0f
6 changed files with 1 additions and 8 deletions

View file

@ -23,6 +23,7 @@
#include <gst/gst.h>
#include <gio/gio.h>
#include <gio/gnetworking.h>
#include <srt/srt.h>

View file

@ -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

View file

@ -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);

View file

@ -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,

View file

@ -22,7 +22,6 @@
#define __GST_SRT_SERVER_SINK_H__
#include "gstsrtbasesink.h"
#include <sys/socket.h>
G_BEGIN_DECLS

View file

@ -22,7 +22,6 @@
#define __GST_SRT_SERVER_SRC_H__
#include "gstsrtbasesrc.h"
#include <sys/socket.h>
G_BEGIN_DECLS