[gst-devel] Re: bilboed gst-python: gst-python/ gst-python/gst/

Johan Dahlin jdahlin at async.com.br
Mon Mar 13 06:46:02 CET 2006


Edward Hervey wrote:
> CVS Root:       /cvs/gstreamer
> Module:         gst-python
> Changes by:     bilboed
> Date:           Mon Mar 13 2006  11:19:22 UTC

> ===================================================================
> RCS file: /cvs/gstreamer/gst-python/ChangeLog,v

> --- NEW FILE: gstbase.override ---

>  * Author: Johan Dahlin <johan at gnome.org>

Woho!

> +override gst_pad_alloc_buffer_and_set_caps kwargs
> +static PyObject *
> +_wrap_gst_pad_alloc_buffer_and_set_caps (PyGObject *self, PyObject * args, PyObject *kwargs)

> +    ret = PyList_New(2);

Use a tuple here.

Lists are generally meant for sequences of equal objects.

-- 
Johan Dahlin <jdahlin at async.com.br>
Async Open Source




More information about the gstreamer-devel mailing list