change gst/bytestream.h to gst/bytestream/bytestream.h
authorDavid Schleef <ds@schleef.org>
Wed, 29 Oct 2003 03:15:55 +0000 (03:15 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 29 Oct 2003 03:15:55 +0000 (03:15 +0000)
Original commit message from CVS:
change gst/bytestream.h to gst/bytestream/bytestream.h

ext/dv/gstdvdec.h
ext/flac/gstflacdec.h
ext/ladspa/gstladspa.h
gst/avi/gstavidemux.h
gst/flx/gstflxdec.h
gst/qtdemux/qtdemux.h

index 14525d1..0ac9c49 100644 (file)
@@ -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. */
index 01930dc..67742ac 100644 (file)
@@ -24,7 +24,7 @@
 
 #include <config.h>
 #include <gst/gst.h>
-#include <gst/bytestream.h>
+#include <gst/bytestream/bytestream.h>
 
 #include <FLAC/all.h>
 
index a33062f..89a039e 100644 (file)
@@ -26,7 +26,7 @@
 
 #include <config.h>
 #include <gst/gst.h>
-#include <gst/bytestream.h>
+#include <gst/bytestream/bytestream.h>
 
 #include "ladspa.h"
 
index 7d8ace2..d1c1d58 100644 (file)
@@ -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
index be4fa4b..c7d6f38 100644 (file)
@@ -23,7 +23,7 @@
 #include <gst/gst.h>
 
 #include "flx_color.h"
-#include <gst/bytestream.h>
+#include <gst/bytestream/bytestream.h>
 
 
 #ifdef __cplusplus
index c005a96..108faab 100644 (file)
@@ -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" {