rtpmux: Do the includes locally

This commit is contained in:
Olivier Crête 2009-04-20 17:42:40 -04:00 committed by Tim-Philipp Müller
parent 05844c89e9
commit abe57be248
3 changed files with 5 additions and 3 deletions

View file

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

View file

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

View file

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