summaryrefslogtreecommitdiffstats
path: root/gst/wavparse/gstwavparse.h
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-10-30 01:37:37 +0000
committerDavid Schleef <ds@schleef.org>2003-10-30 01:37:37 +0000
commitde16f30576f3402e2b9e81756fd856d14933d795 (patch)
treec50c74d380f29836ea27b7e09d4a995507708e01 /gst/wavparse/gstwavparse.h
parent441894e1ef1bd6acca21ec556e1541deafd2d9ae (diff)
fix bytestream header
Original commit message from CVS: fix bytestream header
Diffstat (limited to 'gst/wavparse/gstwavparse.h')
-rw-r--r--gst/wavparse/gstwavparse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/wavparse/gstwavparse.h b/gst/wavparse/gstwavparse.h
index 22c2f470..485c7554 100644
--- a/gst/wavparse/gstwavparse.h
+++ b/gst/wavparse/gstwavparse.h
@@ -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" {