2006-10-12  Aaron Bockover  <abock@gnome.org>

	0.10.2 Released

	* configure.ac: Bump to 0.10.2

	* src/gst-xing-encoder-0.10.c (xing_mp3_encoder_chain): Use 
	g_return_val_if_fail (GST_FLOW_ERROR) and not g_return_if_fail 
	as function returns a GstFlowReturn

2006-04-04  Aaron Bockover  <aaron@abock.org>

	* configure.ac: Bump to 0.10.1

	* src/gst-xing-encoder-0.10.c: do not unref the output buffer and return
	the flow return error from the chain

2006-04-04  Aaron Bockover  <aaron@abock.org>

	* src/gst-xing-encoder-0.10.c: 
	* src/gst-xing-encoder-0.8.c: Lowest bitrate is apparently 96 instead of
	2; Xing will segfault on a CBR bitrate lower than 96.

2006-03-24  Aaron Bockover  <aaron@abock.org>

	Version 0.10.0 Released

	* src/Makefile.am: do not prefix with DESTDIR

2006-03-24  Aaron Bockover  <aaron@abock.org>

	* configure.ac: Support detecting both GStreamer 0.8 and 0.10

	* src/gst-xing-encoder.c: 
	* src/gst-xing-encoder-0.8: Renamed to gst-xing-encoder-0.8.c

	* src/gst-xing-encoder-0.10: Full port of the encoder to GStreamer 0.10,
	including various fixes in the usage of the actual Xing encoder

	* src/Makefile.am: Decide whether to compile the 0.8 or 0.10 plugin

2006-03-14  Aaron Bockover  <aaron@abock.org>

	* gstreamer-xing: Initial import of gstreamer-xing; moved from Banshee

