Overview of changes in GStreamer 0.10 ===================================== * Alter GStreamer::Structure::from_string to return only one value. * Add support for latency, async-start, and async-done messages. * Add GStreamer::Message::timestamp() and src(). * Fix test failures. Overview of changes in GStreamer 0.09 ===================================== * Fix a portability issue. [Jeremy Messenger] * Fix a few test suite issues. Overview of changes in GStreamer 0.08 ===================================== * Fix a few more test suite issues. Overview of changes in GStreamer 0.07 ===================================== * Make GStreamer::Clock::wait_async work correctly. * Fix some test suite issues. Overview of changes in GStreamer 0.06 ===================================== * Fix an obscure GStreamer::Query bug. * Add handlers for GstDate. They convert to and from seconds since epoch. * Require Glib 1.114 for the type-to-package mapping changes. This greatly improves support for interfaces like GStreamer::TagSetter. Overview of changes in GStreamer 0.05 ===================================== * Port to GStreamer 0.10.0. - Wrap and test most of the new API. - Remove old stuff. * Use Glib's 64-bit integer converters. * Rename the various GStreamer::Caps and GStreamer::Event constructors from new_thing to GStreamer::Caps::Thing::new and GStreamer::Event::Thing::new respectively. Overview of changes in GStreamer 0.04 ===================================== * Get rid of the Gtk2 dependency by using Glib 1.100's Glib::CodeGen. Overview of changes in GStreamer 0.03 ===================================== * Implement overloaded operators for GStreamer::Caps: +, -, &, |, <=, >=, == and "". * Fix a few test failures. Overview of changes in GStreamer 0.02 ===================================== * Fix handling of 64bit integers all over the place. * Fix the processing of GStreamer::Element::seek's seek-type argument. * Fix the "location" property to not mangle filenames. * Add support for tag reading and writing. * Add plugin and library loading support. Overview of changes in GStreamer 0.01 ===================================== * Initial release.