add TODO list
authorDavid I. Lehn <dlehn@users.sourceforge.net>
Mon, 10 Feb 2003 18:12:44 +0000 (18:12 +0000)
committerDavid I. Lehn <dlehn@users.sourceforge.net>
Mon, 10 Feb 2003 18:12:44 +0000 (18:12 +0000)
Original commit message from CVS:
add TODO list

ChangeLog
TODO [new file with mode: 0644]

index e9290c0..51b2cfc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-02-10  David I. Lehn <dlehn@users.sourceforge.net>
+
+       * TODO: add TODO list
+
 2003-02-08  David I. Lehn <dlehn@users.sourceforge.net>
 
        * gstreamer/Makefile.am: make distcheck fixification
diff --git a/TODO b/TODO
new file mode 100644 (file)
index 0000000..b2f8a4d
--- /dev/null
+++ b/TODO
@@ -0,0 +1,17 @@
+gst-python TODO
+===============
+
+- handle more of the functions that need manual wrapping code
+- add check that pygtk built with --enable-thread
+- improve Python gstreamer.Element creation
+  - perhaps make drop _set_foo_function() calls in favor of object methods
+  - sane buffer handling with buffer type or Numeric?
+- docs
+  - API ref
+  - manual
+  - tutorial
+- more examples
+- convert build system to distutils
+- wrap other GStreamer helper libs
+- add some standard widgets
+  - gtk video widget (similar to widget gst-player is using)