ext/speex/gstspeexenc.h: Fixed include path of adapter
authorStefan Kost <ensonic@users.sourceforge.net>
Tue, 23 Aug 2005 19:40:11 +0000 (19:40 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Tue, 23 Aug 2005 19:40:11 +0000 (19:40 +0000)
Original commit message from CVS:
* ext/speex/gstspeexenc.h:
Fixed include path of adapter

ChangeLog
ext/speex/gstspeexenc.h

index a918078..162c7bb 100644 (file)
--- 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):
index 8f01811..0bf781b 100644 (file)
@@ -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>