2005-04-27  Alp Toker  <alp@atoker.com>

	* gst-sharp/CommonTags.cs:
	'public static readonly string' is useless for switch statements.
	Use 'public const string'.

2005-03-16  Jeroen Zwartepoorte  <jeroen.zwartepoorte@gmail.com>

	* gst-sharp/Element.custom: Marshal the property name for GetProperty.

2005-03-16  Jeroen Zwartepoorte  <jeroen.zwartepoorte@gmail.com>

	* configure.in: Require Gtk# 1.9.2.99.
	* gst-sharp/Application.cs: Use new GLib.Argv.
	* gst-sharp/Element.custom: Marshal property name, add new keyword.
	* gst-sharp/Gst.metadata: Build fixes.
	* gst-sharp/Makefile.am: Ignore obsolete warnings during build.
	* sample/Player.cs: (PlaySample.Main): Update Application.Init use.
	Based on patch from Tamara Roberson.

2005-02-14  Jeroen Zwartepoorte  <jeroen@xs4all.nl>

	* gst-sharp/CommonTags.cs: New class containing the "core" gstreamer
	tags.
	* gst-sharp/Makefile.am: Add CommonTags.cs.

2005-02-03  John Luke  <john.luke@gmail.com>

	* sample/Makefile.am: disable mixer sample
	* sample/Player.exe: update a little

2005-02-03  Jeroen Zwartepoorte  <jeroen@xs4all.nl>

	* configure.in: Require Gtk# 1.9, GStreamer 0.8.8 and gst-plugins 0.8.7.
	* gst-sharp/Gst.metadata: Updated to work with the new generated api.
	* gst-sharp/Makefile.am: Remove Mixer.custom.
	* gst-sharp/Mixer.custom: Obsolete (Mixer is now properly generated as
	an interface instead of a struct).
	* gst-sharp/gst-api.raw: Regenerated.
	* sample/Makefile.am: Add Metadata sample.
	* sample/Metadata.cs: New sample that prints out all tags in a file.
	* source/gst-plugins-parse.patch: Updated to newer gstreamer.
	* source/gst-sharp-source.xml: Idem.
	* source/gstreamer-parse.patch: Idem.

2004-10-30  Owen Fraser-Green  <owen@discobabe.net>

	* source/gst-sharp-source.xml: Updated to new version
	* configure.in (GST_REQUIRED_VERSION): Removed commas and added
	seperate GSTREAMER_PLUGINS_REQUIRED_VERSION variable.
	* source/Makefile.am (get-source-code): Use variables for version
	numbering

2004-07-11  Owen Fraser-Green  <owen@discobabe.net>

	* sample/Makefile.am: Added build for mixer
	* sample/Mixer.cs: Added

2004-07-02  Owen Fraser-Green  <owen@discobabe.net>

	* gst-sharp/Mixer.custom: Removed hard-coded 2 channels in Volumes 
	* gst-sharp/Gst.metadata: Renamed NoMorePads signal
	* source/gst-plugins-parse.patch:
	* source/gstreamer-parse.patch:
	* gst-sharp-source.xml:
	* Makefile.am: Modified to use gstreamer 0.8.3 and gst-plugins 0.8.2
	* configure.in: Bumped version numbers

2004-06-29  John Luke  <jluke@cfl.rr.com>

	* configure.in:
	* gst-sharp.pc.in:
	* gtk-sharp.pub: killed
	* gtk-sharp.snk: added
	* gst-sharp/AssemblyInfo.cs:
	* gst-sharp/Makefile.am: update to work like gtk-sharp
	the auto* build should work on cygwin now (untested) 

2004-06-01  Todd Berman  <tberman@sevenl.net>

	* gst-sharp/Gst.metadata: apply pass_as out metadata to two GetChar
	functions as well.

2004-06-01  Todd Berman  <tberman@sevenl.net>

	* gst-sharp/Makefile.am: use /pkg to be compat with beta2.
	* gst-sharp/Gst.metadata: apply pass_as out metadata to two GetString
	functions in TagList.

2004-05-24  Owen Fraser-Green  <owen@discobabe.net>

	* doc/*: Updated
	* configure.in: Bumped version
	* gst-sharp/gst-api.raw: Regenerated
	* source/gst-sharp-source.xml: Uncommented remaining
	gstinterfaces. Now we have 6/6 :)		
	* source/gst-plugins-parse.patch: Added to make the rest of the
	gstinterface libraries parse.
	* source/Makefile.am: Added instruction for patch

2004-05-22  Owen Fraser-Green  <owen@discobabe.net>

	* gst-sharp/gst-api.raw: Regenerated using new GAPI
	* configure.in: Bumped version numbers and added check for gapi
	package

	Patch by Jorge García  <garcia@ac.upc.es>
	* gst-sharp/Application.cs: changed marshaller namespace in line
	with glib change

2004-05-15  Owen Fraser-Green  <owen@discobabe.net>

	* configure.in: Fixed typo

2004-05-08  John Luke  <jluke@cfl.rr.com>

	* gst-sharp/Element.custom: add overloads for bool and
	double to Element.SetProperty
	* source/gst-sharp-source.xml: bind gstinterfaces that
	make it through the parser (3/6)
	* configure.in: check for some more parts that we are wrapping,
	this really needs to be made conditional and is a mess

	Patch by Peter Johanson <latexer@gentoo.org>
	* gst-sharp/gst-api.raw: regen'd
	* gst-sharp/gst-sharp.dll.config.in: add gstgconf mapping
	* sample/PlayMp3.cs: use Gst.Gconf 
	* sample/Spider.cs: use Gst.Gconf
	* source/.cvsignore: ignore gst-plugins-0.8.1
	* source/gst-sharp-source.xml: bind gstgconf

2004-05-05  John Luke  <jluke@cfl.rr.com>

	* gst-sharp.pc.in: use 'gtk-sharp' as the package
	* gst-sharp/Makefile.am: use 'gtk-sharp' as the package
	to match what everyone else is doing

2004-05-05  John Luke  <jluke@cfl.rr.com>

	* .cvsignore: ignore the spec and tarballs made with dist
	* configure.in: simplify the checks for gstreamer and
	add a check for gstreamer plugins
	* gst-sharp/gst-api.raw: regen'd
	* gst-sharp/gst-sharp.dll.config.in: add gstplay mapping
	* sample/Makefile.am: add Gst.Play sample
	* sample/Player.cs: add broken Gst.Play sample
	* source/Makefile.am: add gst-plugins to get-source-code
	* source/gst-sharp-source.xml: add gstplay widget to the binding

	* doc/Makefile.am: gst-sharp-docs.zip and tree must be in EXTRA_DIST
	for the wonderful distcheck to work
	* sample/Makefile.am: addPlayer.cs to EXTRA_DIST
	* configure.in: restore AC_SUBST(GST_REQUIRED_VERSION) from the
	previous commit

	* gst-sharp/Makefile.am: remove installation to $(prefix)/lib
	in favor of the GAC, and fix it so it actually compiles the dll

	* gst-sharp.pc.in: fix this

2004-05-05  Owen Fraser-Green  <owen@discobabe.net>

	* Makefile.am: Added gst-sharp.spec.in to EXTRADIST
	* gst/Makefile.am: Removed gst-sharp.dll.config from assembly_DATA
	* gst-sharp.spec.in: Added
	* configure.in: Bumped version numbers of dependencies to new
	stable versions and AC_SUBST'd version numbers. Removed C stuff.
	* docs/Makefile.am: Removed gst-sharp-docs.tree and .zip from
	EXTRADIST because they are targets rather than sources.

2004-05-04  John Luke  <jluke@cfl.rr.com>

	* Makefile.am: dist gtk-sharp.pub	
	* configure.in: test and subst $(GACUTIL)
	* gst-sharp.pc.in: update to match Gtk# cvs
	* gst-sharp/AssemblyInfo.cs.in: sign it so it can be GAC'ed
	* gst-sharp/Makefile.am: add key, and install/uninstall from
	the GAC, thanks to Gtk# for providing the example

2004-04-30  John Luke  <jluke@cfl.rr.com>

	* Makefile.am: add sample and doc to SUBDIRS
	* configure.in: have a fallback for fedora's gstreamer-0.8.pc
	update to Gtk# .dll.config.in and AssemblyInfo.cs stuff
	remove some of the output at the end of configure, because
	nothing in this module is optional
	* docs/*: add stubs and the stuff needed to build/install them
	to Monodoc
	* gst-sharp/Application.cs: add version property
	* gst-sharp/Gst.metadata: mark GstStructure opaque and remove
	unneeded field name renames
	* gst-sharp/Makefile.am: add eveything and make sure distcheck works
	* gst-sharp/gst-sharp.dll.config.in: add config file
	* gst-sharp/AssemblyInfo.cs.in: add
	* sample/Makefile.am: add Spider sample
	* sample/Spider.cs: add an example that automatically finds the
	correct pipeline using a spider

2004-04-28  Owen Fraser-Green  <owen@discobabe.net>

	Initial Import. First version against the 0.8 series of
	GStreamer. Note this module has been broken out from gtk-sharp
	where earlier versions of this code reside.
