0.9.9 (unstable): * Merged gstreamerbase branch into the gstreamer branch (everything that existed in the GstBase namespace now resides in the Gst namespace; GstBase namespace does not exist). * Distributed plug-in source files instead of expecting them to be generated after tarball is distributed (Deng Xiyue) Bug #565454. * Repaired Licensing inconsistencies (Deng Xiyue) Bugs #568950 and #545892. * Added Mixer, Navigation, PropertyProbe, Tuner, and VideoOrientation interfaces and their related classes MixerTrack, MixerOptions, TunerChannel, and TunerNorm. Modified plug-in generated classes to derive from the interfaces that the underlying GObject implements. * Re-added GhostPad (Marcus Brinkmann) Bug #539063. * BaseSink - Added wait_clock() and wait_eos() overrides. * Added Preset interface. * Many const corrections.