summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--ext/audiofile/gstafparse.h2
-rw-r--r--ext/ivorbis/vorbis.c2
-rw-r--r--ext/ivorbis/vorbisfile.c2
-rw-r--r--ext/jack/gstjack.h2
-rw-r--r--ext/ladspa/gstladspa.h2
-rw-r--r--ext/mplex/gstmplex.h2
-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
11 files changed, 11 insertions, 11 deletions
diff --git a/ext/audiofile/gstafparse.h b/ext/audiofile/gstafparse.h
index 51877bae..9483f248 100644
--- a/ext/audiofile/gstafparse.h
+++ b/ext/audiofile/gstafparse.h
@@ -27,7 +27,7 @@
#include <config.h>
#include <gst/gst.h>
-#include <gst/bytestream.h>
+#include <gst/bytestream/bytestream.h>
#include <audiofile.h> /* what else are we to do */
#include <af_vfs.h>
diff --git a/ext/ivorbis/vorbis.c b/ext/ivorbis/vorbis.c
index 9b12611c..34536edc 100644
--- a/ext/ivorbis/vorbis.c
+++ b/ext/ivorbis/vorbis.c
@@ -21,7 +21,7 @@
#include <gst/gst.h>
#include <tremor/ivorbiscodec.h>
#include <tremor/ivorbisfile.h>
-#include <gst/bytestream.h>
+#include <gst/bytestream/bytestream.h>
extern GType ivorbisfile_get_type(void);
diff --git a/ext/ivorbis/vorbisfile.c b/ext/ivorbis/vorbisfile.c
index ef76a0cc..4e66702b 100644
--- a/ext/ivorbis/vorbisfile.c
+++ b/ext/ivorbis/vorbisfile.c
@@ -24,7 +24,7 @@
#include <gst/gst.h>
#include <tremor/ivorbiscodec.h>
#include <tremor/ivorbisfile.h>
-#include <gst/bytestream.h>
+#include <gst/bytestream/bytestream.h>
#define GST_TYPE_IVORBISFILE \
(ivorbisfile_get_type())
diff --git a/ext/jack/gstjack.h b/ext/jack/gstjack.h
index 2bb13858..87d7d611 100644
--- a/ext/jack/gstjack.h
+++ b/ext/jack/gstjack.h
@@ -22,7 +22,7 @@
#include <jack/jack.h>
#include <gst/gst.h>
-#include <gst/bytestream.h>
+#include <gst/bytestream/bytestream.h>
//#define JACK_DEBUG(str, a...) g_message (str, ##a)
#define JACK_DEBUG(str, a...)
diff --git a/ext/ladspa/gstladspa.h b/ext/ladspa/gstladspa.h
index a33062ff..89a039e9 100644
--- a/ext/ladspa/gstladspa.h
+++ b/ext/ladspa/gstladspa.h
@@ -26,7 +26,7 @@
#include <config.h>
#include <gst/gst.h>
-#include <gst/bytestream.h>
+#include <gst/bytestream/bytestream.h>
#include "ladspa.h"
diff --git a/ext/mplex/gstmplex.h b/ext/mplex/gstmplex.h
index 2af37379..98b19aca 100644
--- a/ext/mplex/gstmplex.h
+++ b/ext/mplex/gstmplex.h
@@ -26,7 +26,7 @@
#include <stdlib.h>
#include <gst/gst.h>
-#include <gst/bytestream.h>
+#include <gst/bytestream/bytestream.h>
#include "outputstream.hh"
#include "bits.hh"
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" {