mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
57f2b067a5
Original commit message from CVS: add TODO list
17 lines
537 B
Text
17 lines
537 B
Text
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)
|