summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAaron Bockover <aaron@abock.org>2006-05-20 22:35:40 +0000
committerAaron Bockover <aaron@abock.org>2006-05-20 22:35:40 +0000
commit88b3b2c712856a70b785e2261d6250bff8a57ab7 (patch)
tree3e97a41332e82ed3302eb5b7d71fd45857fbe935 /ChangeLog
parent67ba536cb199e3baa9793b3d3496990cabf0c7ab (diff)
2006-05-20 Aaron Bockover <aaron@abock.org>
* 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 git-svn-id: svn://anonsvn.mono-project.com/source/branches/abock/gstreamer-sharp@60902 e3ebcda4-bce8-0310-ba0a-eca2169e7518
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e919974..373d7be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+2006-05-20 Aaron Bockover <aaron@abock.org>
+
+ * 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 <aaron@abock.org>
* gstreamer-sharp: Initial import to Mono Subversion; all prior work