summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ext/speex/gstspeexenc.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a9180787..162c7bbf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-08-23 Stefan Kost <ensonic@users.sf.net>
+
+ * ext/speex/gstspeexenc.h:
+ Fixed include path of adapter
+
2005-08-23 Wim Taymans <wim@fluendo.com>
* ext/speex/gstspeexdec.c: (gst_speex_dec_class_init):
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>