mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
e787120878
Original commit message from CVS: docutils based docs
27 lines
624 B
Text
27 lines
624 B
Text
.. gst-python TODO
|
|
.. This file writen with docutils markup (http://docutils.sourceforge.net/)
|
|
|
|
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 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)
|
|
|
|
- testsuite
|