diff options
author | Olivier CrĂȘte <olivier.crete@collabora.co.uk> | 2009-04-20 17:42:40 -0400 |
---|---|---|
committer | Dave Robillard <dave@drobilla.net> | 2009-05-03 12:03:16 -0400 |
commit | ddf64115a7995369a0bec2b787e713564365dadf (patch) | |
tree | 90a1aa269e5108241acf530638c4767ab7f0314a /gst/rtpmux/gstrtpmux.c | |
parent | 2dfb0b01316364803ad19cabf57c0677b9db2ff7 (diff) | |
download | gst-plugins-bad-ddf64115a7995369a0bec2b787e713564365dadf.tar.gz gst-plugins-bad-ddf64115a7995369a0bec2b787e713564365dadf.tar.bz2 gst-plugins-bad-ddf64115a7995369a0bec2b787e713564365dadf.zip |
rtpmux: Do the includes locally
Diffstat (limited to 'gst/rtpmux/gstrtpmux.c')
-rw-r--r-- | gst/rtpmux/gstrtpmux.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/rtpmux/gstrtpmux.c b/gst/rtpmux/gstrtpmux.c index 51094f59..00782bbe 100644 --- a/gst/rtpmux/gstrtpmux.c +++ b/gst/rtpmux/gstrtpmux.c @@ -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 |