diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ext/speex/gstspeexenc.h | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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> |