mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
rtpmux: Do the includes locally
This commit is contained in:
parent
f01ac09dfb
commit
5af0efd1d3
3 changed files with 5 additions and 3 deletions
|
@ -64,9 +64,10 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
#include <gstrtpdtmfmux.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#include "gstrtpdtmfmux.h"
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_STATIC (gst_rtp_dtmf_mux_debug);
|
GST_DEBUG_CATEGORY_STATIC (gst_rtp_dtmf_mux_debug);
|
||||||
#define GST_CAT_DEFAULT gst_rtp_dtmf_mux_debug
|
#define GST_CAT_DEFAULT gst_rtp_dtmf_mux_debug
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#define __GST_RTP_DTMF_MUX_H__
|
#define __GST_RTP_DTMF_MUX_H__
|
||||||
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
#include <gstrtpmux.h>
|
#include "gstrtpmux.h"
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
#define GST_TYPE_RTP_DTMF_MUX (gst_rtp_dtmf_mux_get_type())
|
#define GST_TYPE_RTP_DTMF_MUX (gst_rtp_dtmf_mux_get_type())
|
||||||
|
|
|
@ -36,9 +36,10 @@
|
||||||
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
#include <gst/rtp/gstrtpbuffer.h>
|
#include <gst/rtp/gstrtpbuffer.h>
|
||||||
#include <gstrtpmux.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#include "gstrtpmux.h"
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_STATIC (gst_rtp_mux_debug);
|
GST_DEBUG_CATEGORY_STATIC (gst_rtp_mux_debug);
|
||||||
#define GST_CAT_DEFAULT gst_rtp_mux_debug
|
#define GST_CAT_DEFAULT gst_rtp_mux_debug
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue