+2004-10-04 Iain <iaingnome@gmail.com>
+
+ * ext/speex/gstspeexdec.h: Revert the includes changes.
+
+ * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
+
+2004-09-30 Iain <iaingnome@gmail.com>
+
+ * 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 <rbultje@ronald.bitfreak.net>
* gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
correct sink template even if it is not the one defined in this
file.
+>>>>>>> 1.1112
2004-09-29 Wim Taymans <wim@fluendo.com>
* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
#include <gst/gst.h>
-#include <speex.h>
-#include <speex_callbacks.h>
-#include <speex_header.h>
-#include <speex_stereo.h>
+#include <speex/speex.h>
+#include <speex/speex_callbacks.h>
+#include <speex/speex_header.h>
+#include <speex/speex_stereo.h>
#ifdef __cplusplus
extern "C" {
#include <string.h>
#include <time.h>
#include <math.h>
-#include <speex.h>
-#include <speex_stereo.h>
+#include <speex/speex.h>
+#include <speex/speex_stereo.h>
#include <gst/gsttaginterface.h>
#include <gst/tag/tag.h>
#include <gst/gst.h>
#include <gst/bytestream/adapter.h>
-#include <speex.h>
-#include <speex_header.h>
+#include <speex/speex.h>
+#include <speex/speex_header.h>
#ifdef __cplusplus
extern "C" {