diff --git a/ChangeLog b/ChangeLog index cd2d8bfa20..431bcc1351 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2004-10-04 Iain + + * ext/speex/gstspeexdec.h: Revert the includes changes. + + * ext/speex/gstspeexenc.[ch]: Revert the includes changes. + +2004-09-30 Iain + + * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device + found during init or set as a property instead of hardcoding /dev/audio + 2004-10-04 Ronald S. Bultje * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init), @@ -197,6 +208,7 @@ correct sink template even if it is not the one defined in this file. +>>>>>>> 1.1112 2004-09-29 Wim Taymans * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet), diff --git a/ext/speex/gstspeexdec.h b/ext/speex/gstspeexdec.h index 3dc9903227..dcb04a2c7c 100644 --- a/ext/speex/gstspeexdec.h +++ b/ext/speex/gstspeexdec.h @@ -23,10 +23,10 @@ #include -#include -#include -#include -#include +#include +#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/ext/speex/gstspeexenc.c b/ext/speex/gstspeexenc.c index 75b4924f17..adf1cd8029 100644 --- a/ext/speex/gstspeexenc.c +++ b/ext/speex/gstspeexenc.c @@ -25,8 +25,8 @@ #include #include #include -#include -#include +#include +#include #include #include diff --git a/ext/speex/gstspeexenc.h b/ext/speex/gstspeexenc.h index a8a83805b2..dc1983b6aa 100644 --- a/ext/speex/gstspeexenc.h +++ b/ext/speex/gstspeexenc.h @@ -25,8 +25,8 @@ #include #include -#include -#include +#include +#include #ifdef __cplusplus extern "C" {