summaryrefslogtreecommitdiffstats
path: root/ext
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 /ext
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
Diffstat (limited to 'ext')
-rw-r--r--ext/dv/gstdvdec.h2
-rw-r--r--ext/flac/gstflacdec.h2
-rw-r--r--ext/ladspa/gstladspa.h2
3 files changed, 3 insertions, 3 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"