summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-10-29 03:15:55 +0000
committerDavid Schleef <ds@schleef.org>2003-10-29 03:15:55 +0000
commite58373a8b65fdcddd8a253f4b0ee2253e2af7042 (patch)
tree7fec275ce770234855b601cdb2b3f9ce97e42979 /gst
parent40683c6cb3948aa15686a8b8795fa32938ff414f (diff)
downloadgst-plugins-bad-e58373a8b65fdcddd8a253f4b0ee2253e2af7042.tar.gz
gst-plugins-bad-e58373a8b65fdcddd8a253f4b0ee2253e2af7042.tar.bz2
gst-plugins-bad-e58373a8b65fdcddd8a253f4b0ee2253e2af7042.zip
change gst/bytestream.h to gst/bytestream/bytestream.h
Original commit message from CVS: change gst/bytestream.h to gst/bytestream/bytestream.h
Diffstat (limited to 'gst')
-rw-r--r--gst/cdxaparse/gstcdxaparse.h2
-rw-r--r--gst/flx/gstflxdec.h2
-rw-r--r--gst/mixmatrix/mixmatrix.c2
-rw-r--r--gst/modplug/gstmodplug.h2
-rw-r--r--gst/qtdemux/qtdemux.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/gst/cdxaparse/gstcdxaparse.h b/gst/cdxaparse/gstcdxaparse.h
index ff466014..fcf77107 100644
--- a/gst/cdxaparse/gstcdxaparse.h
+++ b/gst/cdxaparse/gstcdxaparse.h
@@ -24,7 +24,7 @@
#include <config.h>
#include <gst/gst.h>
-#include <gst/bytestream.h>
+#include <gst/bytestream/bytestream.h>
#ifdef __cplusplus
extern "C" {
diff --git a/gst/flx/gstflxdec.h b/gst/flx/gstflxdec.h
index be4fa4ba..c7d6f386 100644
--- a/gst/flx/gstflxdec.h
+++ b/gst/flx/gstflxdec.h
@@ -23,7 +23,7 @@
#include <gst/gst.h>
#include "flx_color.h"
-#include <gst/bytestream.h>
+#include <gst/bytestream/bytestream.h>
#ifdef __cplusplus
diff --git a/gst/mixmatrix/mixmatrix.c b/gst/mixmatrix/mixmatrix.c
index 7b03c83f..d17c8b53 100644
--- a/gst/mixmatrix/mixmatrix.c
+++ b/gst/mixmatrix/mixmatrix.c
@@ -22,7 +22,7 @@
#endif
#include <config.h>
#include <gst/gst.h>
-#include <gst/bytestream.h>
+#include <gst/bytestream/bytestream.h>
#include <gst/audio/audio.h>
#include <string.h>
diff --git a/gst/modplug/gstmodplug.h b/gst/modplug/gstmodplug.h
index 86f815e3..2b5994c2 100644
--- a/gst/modplug/gstmodplug.h
+++ b/gst/modplug/gstmodplug.h
@@ -28,7 +28,7 @@ extern "C" {
#endif /* __cplusplus */
#include <gst/gst.h>
-#include <gst/bytestream.h>
+#include <gst/bytestream/bytestream.h>
#define GST_TYPE_MODPLUG \
(gst_modplug_get_type())
diff --git a/gst/qtdemux/qtdemux.h b/gst/qtdemux/qtdemux.h
index c005a96e..108faab1 100644
--- a/gst/qtdemux/qtdemux.h
+++ b/gst/qtdemux/qtdemux.h
@@ -22,7 +22,7 @@
#define __GST_QTDEMUX_H__
#include <gst/gst.h>
-#include <gst/bytestream.h>
+#include <gst/bytestream/bytestream.h>
#ifdef __cplusplus
extern "C" {