fix bytestream header
authorDavid Schleef <ds@schleef.org>
Thu, 30 Oct 2003 01:37:37 +0000 (01:37 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 30 Oct 2003 01:37:37 +0000 (01:37 +0000)
Original commit message from CVS:
fix bytestream header

gst/wavparse/gstwavparse.h

index 22c2f47..485c755 100644 (file)
@@ -25,7 +25,7 @@
 #include <config.h>
 #include <gst/gst.h>
 #include <riff.h>
-#include <gst/gstbytestream.h>
+#include <gst/bytestream/bytestream.h>
 
 #ifdef __cplusplus
 extern "C" {