mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
dc8590962b
Original commit message from CVS: redo autobuilt docs system with fancy XInclude features
60 lines
2.1 KiB
XML
60 lines
2.1 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
|
|
<!ENTITY % ents SYSTEM "gst-python.ent">
|
|
%ents;
|
|
]>
|
|
|
|
<article id="gst-python-todo">
|
|
|
|
<!--=====================================================================-->
|
|
|
|
<articleinfo>
|
|
<title>Gst-Python &version; ToDo</title>
|
|
<copyright><year>2003</year><holder>David I. Lehn</holder></copyright>
|
|
<pubdate>&pubdate;</pubdate>
|
|
<authorgroup>
|
|
<author>
|
|
<firstname>David</firstname>
|
|
<othername role="mi">I.</othername>
|
|
<surname>Lehn</surname>
|
|
<email>dlehn@users.sourceforge.net</email>
|
|
</author>
|
|
</authorgroup>
|
|
</articleinfo>
|
|
|
|
<!--=====================================================================-->
|
|
|
|
<section id="todo">
|
|
<title>ToDo</title>
|
|
<itemizedlist>
|
|
<listitem><para>handle more of the functions that need manual wrapping code</para></listitem>
|
|
<listitem><para>add check that pygtk built with <parameter class="command">--enable-thread</parameter></para></listitem>
|
|
<listitem><para>improve Python gstreamer.Element creation</para>
|
|
<itemizedlist>
|
|
<listitem><para>perhaps drop <function>_set_foo_function</function>() calls in favor of object methods</para></listitem>
|
|
<listitem><para>sane buffer handling with buffer type or Numeric?</para></listitem>
|
|
</itemizedlist>
|
|
</listitem>
|
|
<listitem><para>docs</para>
|
|
<itemizedlist>
|
|
<listitem><para>API ref</para></listitem>
|
|
<listitem><para>manual</para></listitem>
|
|
<listitem><para>tutorial</para></listitem>
|
|
</itemizedlist>
|
|
</listitem>
|
|
<listitem><para>more examples</para></listitem>
|
|
<listitem><para>convert build system to distutils</para></listitem>
|
|
<listitem><para>wrap other GStreamer helper libs</para></listitem>
|
|
<listitem><para>add some standard widgets</para>
|
|
<itemizedlist>
|
|
<listitem><para>gtk video widget (similar to widget gst-player is using)</para></listitem>
|
|
</itemizedlist>
|
|
</listitem>
|
|
<listitem><para>testsuite</para></listitem>
|
|
</itemizedlist>
|
|
</section>
|
|
|
|
<!--=====================================================================-->
|
|
|
|
</article>
|