summaryrefslogtreecommitdiff
path: root/ext/ivorbis/vorbis.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2003-10-23 02:14:06 +0000
committerBenjamin Otte <otte@gnome.org>2003-10-23 02:14:06 +0000
commit4de40d8ccd21dca15aaf792a842d266604cc59a7 (patch)
tree007af382ebbb6360d361074d9cf91ed5f4892106 /ext/ivorbis/vorbis.c
parent3b6a89d19d1e271cdd05645895e15b800dfe4934 (diff)
downloadgstreamer-plugins-bad-4de40d8ccd21dca15aaf792a842d266604cc59a7.tar.gz
initial typefind checkin. All typefind functions have been put into one single plugin in gst/typefind
Original commit message from CVS: initial typefind checkin. All typefind functions have been put into one single plugin in gst/typefind
Diffstat (limited to 'ext/ivorbis/vorbis.c')
-rw-r--r--ext/ivorbis/vorbis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ivorbis/vorbis.c b/ext/ivorbis/vorbis.c
index 359190593..a68e01a1d 100644
--- a/ext/ivorbis/vorbis.c
+++ b/ext/ivorbis/vorbis.c
@@ -21,7 +21,7 @@
#include <gst/gst.h>
#include <tremor/ivorbiscodec.h>
#include <tremor/ivorbisfile.h>
-#include <gst/gstbytestream.h>
+#include <gst/bytestream.h>
extern GType ivorbisfile_get_type(void);