diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2005-08-23 19:40:11 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2005-08-23 19:40:11 +0000 |
commit | fce9543243d2639d2bc99095babe01dbd26604ec (patch) | |
tree | 53ebd9ecb4dd3df4cd340ae45f01d26c06561361 | |
parent | a953ed2d95c4743941da3d5bd3aa890ba60616a5 (diff) |
ext/speex/gstspeexenc.h: Fixed include path of adapter
Original commit message from CVS:
* ext/speex/gstspeexenc.h:
Fixed include path of adapter
-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> |