GStreamer Media Player 0.4.0 - "Farting Sparks"

This is a snapshot release of the GStreamer Media Player. It should be used 
with GStreamer release version 0.4.0. The player is still in the early stages 
of development and things may not work as expected. YOU HAVE BEEN WARNED.

The aim of the player is to:
- be the best player of video files on GStreamer platforms
- be useful as a player for all media types supported by GStreamer

It now has the following working features:
- Play/Pause and Stop
- Seek slider
- Volume slider and mute
- Mini mode
- Fullscreen video mode
- %50, %100 & %200 video magnification

The following things don't really work:
- The playlist
- Playing more than one file without restarting the player
- Playing some audio file types like mod, sid

The following features are on the TODO list:
- A functional playlist
- The ability to play URLs
- Displaying status/statistics of currently playing file
- The ability to play audio CDs and DVDs

There is a slight problem with libgstcontrol.so, since it's currently both a
plug-in and a lib.  If running gst-player fails for you with an error about
not finding libgstcontrol.so, there are two things you can do :
a) configure gst-player with the exact same prefix you configured gstreamer
   and gst-plugins with
b) find the directory where libgstcontrol.so is in (prefix/lib/gst, so usually
   /usr/lib/gst or /usr/local/lib/gst) and run the player with
   LD_LIBRARY_PATH=(this dir you found it in) gst-player

Running the player from packages should be ok.  We'll get this fixed in the
core soon.
