summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDavid I. Lehn <dlehn@users.sourceforge.net>2003-02-10 18:12:44 +0000
committerDavid I. Lehn <dlehn@users.sourceforge.net>2003-02-10 18:12:44 +0000
commit57f2b067a518317e48beefd8a74ce6727a9b60c9 (patch)
treedd6fef611afb75841b33a4260ee700127b3b2334 /TODO
parentb72cfe8ab30e83fb446ec594e53b10e859e1f8eb (diff)
add TODO list
Original commit message from CVS: add TODO list
Diffstat (limited to 'TODO')
-rw-r--r--TODO17
1 files changed, 17 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
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)