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
commitce372fab757929222603539739a955e12e7bfffd (patch)
treed5327622a53cc0bf4514ad81672aa85c985f5f04
parentc9ae463a4f5c81e7c2a5f9c943480a89685e9be4 (diff)
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/dv/gstdvdec.h2
-rw-r--r--ext/flac/gstflacdec.h2
-rw-r--r--ext/ladspa/gstladspa.h2
-rw-r--r--gst/avi/gstavidemux.h2
-rw-r--r--gst/flx/gstflxdec.h2
-rw-r--r--gst/qtdemux/qtdemux.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/ext/dv/gstdvdec.h b/ext/dv/gstdvdec.h
index 14525d1a..0ac9c49a 100644
--- a/ext/dv/gstdvdec.h
+++ b/ext/dv/gstdvdec.h
@@ -29,7 +29,7 @@ extern "C" {
#include <libdv/dv.h>
-#include <gst/bytestream.h>
+#include <gst/bytestream/bytestream.h>
/* This is the definition of the element's object structure. */
diff --git a/ext/flac/gstflacdec.h b/ext/flac/gstflacdec.h
index 01930dc7..67742ac6 100644
--- a/ext/flac/gstflacdec.h
+++ b/ext/flac/gstflacdec.h
@@ -24,7 +24,7 @@
#include <config.h>
#include <gst/gst.h>
-#include <gst/bytestream.h>
+#include <gst/bytestream/bytestream.h>
#include <FLAC/all.h>
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/gst/avi/gstavidemux.h b/gst/avi/gstavidemux.h
index 7d8ace24..d1c1d582 100644
--- a/gst/avi/gstavidemux.h
+++ b/gst/avi/gstavidemux.h
@@ -24,7 +24,7 @@
#include <config.h>
#include <gst/gst.h>
-#include <gst/bytestream.h>
+#include <gst/bytestream/bytestream.h>
#include <gst/riff/riff.h>
#ifdef __cplusplus
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/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" {