0.10.6 (unstable) Build: * Optimizations and library robustness (Daniel Elstner) Plugin Generator: * Added convenience methods for plug-in action signals. This allows signals that are used in the C API by calling them with g_signal_emit() to be used conveniently in C++. (José Alburquerque) API: * CddaBaseSrc: - Wrapped add_track() method. - Wrapped virtual functions. * Refined MiniObject so that it is registered in the GType system. * MixerTrack: - Added convenience method has_flags(). * RingBuffer: - Wrapped virtual functions. - Re-wrote its helper class RingBufferSpec. * Added StreamVolume interface. * TaskPool: - Wrapped virtual functions. * VideoSink: - Wrapped center_rect() method. - Wrapped property_show_preroll_frame(). * Some documentation improvements. (José Alburquerque) Fixes: * Gst::Message[Waring|Error|Info]::parse_debug() segfaults. Bug #602949. (kitone) * Use g_new() instead of new[] if memory will be freed with g_free(). Bug #602928. (Carlo Wood)