summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
Diffstat (limited to 'gst')
-rw-r--r--gst/mpeg2sub/gstmpeg2subt.c2
-rw-r--r--gst/mpegaudioparse/gstmpegaudioparse.c2
-rw-r--r--gst/rtjpeg/gstrtjpeg.c4
-rw-r--r--gst/rtjpeg/gstrtjpegdec.c2
-rw-r--r--gst/rtjpeg/gstrtjpegenc.c2
-rw-r--r--gst/smooth/gstsmooth.c2
-rw-r--r--gst/smpte/gstsmpte.c2
-rw-r--r--gst/smpte/gstsmpte.h2
-rw-r--r--gst/stereo/gststereo.c2
9 files changed, 10 insertions, 10 deletions
diff --git a/gst/mpeg2sub/gstmpeg2subt.c b/gst/mpeg2sub/gstmpeg2subt.c
index 2db8f40e..07c107c3 100644
--- a/gst/mpeg2sub/gstmpeg2subt.c
+++ b/gst/mpeg2sub/gstmpeg2subt.c
@@ -22,7 +22,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
-#include <gstmpeg2subt.h>
+#include "gstmpeg2subt.h"
#include <string.h>
static void gst_mpeg2subt_class_init (GstMpeg2SubtClass * klass);
diff --git a/gst/mpegaudioparse/gstmpegaudioparse.c b/gst/mpegaudioparse/gstmpegaudioparse.c
index 17e11c4b..98fce11c 100644
--- a/gst/mpegaudioparse/gstmpegaudioparse.c
+++ b/gst/mpegaudioparse/gstmpegaudioparse.c
@@ -21,7 +21,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
-#include <gstmpegaudioparse.h>
+#include "gstmpegaudioparse.h"
/* elementfactory information */
diff --git a/gst/rtjpeg/gstrtjpeg.c b/gst/rtjpeg/gstrtjpeg.c
index 2a90e30a..6eaff599 100644
--- a/gst/rtjpeg/gstrtjpeg.c
+++ b/gst/rtjpeg/gstrtjpeg.c
@@ -21,8 +21,8 @@
#include "config.h"
#endif
-#include <gstrtjpegenc.h>
-#include <gstrtjpegdec.h>
+#include "gstrtjpegenc.h"
+#include "gstrtjpegdec.h"
static gboolean
plugin_init (GstPlugin * plugin)
diff --git a/gst/rtjpeg/gstrtjpegdec.c b/gst/rtjpeg/gstrtjpegdec.c
index 8f4c9e25..54a27985 100644
--- a/gst/rtjpeg/gstrtjpegdec.c
+++ b/gst/rtjpeg/gstrtjpegdec.c
@@ -21,7 +21,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
-#include <gstrtjpegdec.h>
+#include "gstrtjpegdec.h"
diff --git a/gst/rtjpeg/gstrtjpegenc.c b/gst/rtjpeg/gstrtjpegenc.c
index 41620043..277074cc 100644
--- a/gst/rtjpeg/gstrtjpegenc.c
+++ b/gst/rtjpeg/gstrtjpegenc.c
@@ -21,7 +21,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
-#include <gstrtjpegenc.h>
+#include "gstrtjpegenc.h"
/* elementfactory information */
GstElementDetails gst_rtjpegenc_details = {
diff --git a/gst/smooth/gstsmooth.c b/gst/smooth/gstsmooth.c
index fd2d576a..0ebca104 100644
--- a/gst/smooth/gstsmooth.c
+++ b/gst/smooth/gstsmooth.c
@@ -21,7 +21,7 @@
#include "config.h"
#endif
#include <string.h>
-#include <gstsmooth.h>
+#include "gstsmooth.h"
#include <gst/video/video.h>
/* elementfactory information */
diff --git a/gst/smpte/gstsmpte.c b/gst/smpte/gstsmpte.c
index ab42b516..26945752 100644
--- a/gst/smpte/gstsmpte.c
+++ b/gst/smpte/gstsmpte.c
@@ -21,7 +21,7 @@
#include "config.h"
#endif
#include <string.h>
-#include <gstsmpte.h>
+#include "gstsmpte.h"
#include <gst/video/video.h>
#include "paint.h"
diff --git a/gst/smpte/gstsmpte.h b/gst/smpte/gstsmpte.h
index 40844209..2142c054 100644
--- a/gst/smpte/gstsmpte.h
+++ b/gst/smpte/gstsmpte.h
@@ -22,7 +22,7 @@
#define __GST_SMPTE_H__
#include <gst/gst.h>
-#include <gstmask.h>
+#include "gstmask.h"
#define GST_TYPE_SMPTE \
(gst_smpte_get_type())
diff --git a/gst/stereo/gststereo.c b/gst/stereo/gststereo.c
index a0fb74a3..50aea79a 100644
--- a/gst/stereo/gststereo.c
+++ b/gst/stereo/gststereo.c
@@ -25,7 +25,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
-#include <gststereo.h>
+#include "gststereo.h"
/* elementfactory information */
static GstElementDetails stereo_details = GST_ELEMENT_DETAILS ("Stereo effect",