mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
add TODO list
Original commit message from CVS: add TODO list
This commit is contained in:
parent
b72cfe8ab3
commit
57f2b067a5
2 changed files with 21 additions and 0 deletions
|
@ -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>
|
2003-02-08 David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
|
|
||||||
* gstreamer/Makefile.am: make distcheck fixification
|
* gstreamer/Makefile.am: make distcheck fixification
|
||||||
|
|
17
TODO
Normal file
17
TODO
Normal file
|
@ -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)
|
Loading…
Reference in a new issue