summaryrefslogtreecommitdiffstats
path: root/ext/speex
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2005-08-23 19:40:11 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2005-08-23 19:40:11 +0000
commitfce9543243d2639d2bc99095babe01dbd26604ec (patch)
tree53ebd9ecb4dd3df4cd340ae45f01d26c06561361 /ext/speex
parenta953ed2d95c4743941da3d5bd3aa890ba60616a5 (diff)
ext/speex/gstspeexenc.h: Fixed include path of adapter
Original commit message from CVS: * ext/speex/gstspeexenc.h: Fixed include path of adapter
Diffstat (limited to 'ext/speex')
-rw-r--r--ext/speex/gstspeexenc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/speex/gstspeexenc.h b/ext/speex/gstspeexenc.h
index 8f01811d..0bf781bf 100644
--- a/ext/speex/gstspeexenc.h
+++ b/ext/speex/gstspeexenc.h
@@ -23,7 +23,7 @@
#include <gst/gst.h>
-#include <gst/bytestream/adapter.h>
+#include <gst/base/gstadapter.h>
#include <speex/speex.h>
#include <speex/speex_header.h>