2006-05-25 Aaron Bockover * gstreamer-sharp/Gstreamer.metadata: Hide the Children property and implement own version in Bin.custom to return an Element [] instead of a GLib.List * gstreamer-sharp/Bin.custom: Implement Bin.Children * tests/BinTest.cs: wrote a test for Bin.Children 2006-05-25 Aaron Bockover * gstreamer-sharp-0.10.pc.in: link against proper assembly 2006-05-21 Aaron Bockover * gstreamer-sharp/plugins-base/DecodeBin.cs: Added a quick binding for decodebin to test new-decoded-pad; probably is only a temporary solution * sample/DecodeBinTranscoder.cs: Added a small decodebin sample * sample/Makefile.am: Added build rules for decodebin sample * gstreamer-sharp.mdp: Updated MonoDevelop project * gstreamer-sharp/Makefile.am: Added plugins-base/DecodeBin.cs 2006-05-20 Aaron Bockover * autogen.sh: Fixed a left over configure.in to configure.ac * confiugre.ac: Added check foo for NUnit * gstreamer-sharp.mdp: * gstreamer-sharp.mds: Added MonoDevelop solution * source/Makefile.am: Cleaned and fixed * tests/ConsoleUi.cs: * tests/ApplicationTest.cs: * tests/BinTest.cs: * tests/Makefile.am: Added NUnit test framework and a few tests for Gst.Application and Gst.Bin * gstreamer-sharp/CommonTags.cs: * gstreamer-sharp/*.custom: * gstreamer-sharp/glue/*.c: Cleaned up * gstreamer-sharp/Application.cs: New application bindings; fixed to work properly with GStreamer 0.10 * gstreamer-sharp/Version.cs: New Gst.Version class * gstreamer-sharp/Makefile.am: Added Version.cs * gstreamer-sharp/plugins-base/PlayBin.cs: Fixed and extended PlayBin element binding with new (but not all) properties * Makefile.am: Added tests 2006-05-19 Aaron Bockover * gstreamer-sharp: Initial import to Mono Subversion; all prior work has been done by Peter Johanson