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