[gst-devel] Building gst-pyhon on windows
Edward Hervey
bilboed at gmail.com
Tue Mar 31 18:35:25 CEST 2009
On Tue, 2009-03-31 at 18:21 +0200, Andoni Morales wrote:
> Hi,
>
> I'm trying to add gst-python to GStreamer-Winbuilds and I'm having
> some problems generating the bindings.
>
> Taking as refenrence the Visual Studio project in
> gst-python/win32/vs6/pygenfiles.dsp I run the following command to
> genereta gst.c:
>
> C:\Python26\python.exe ..\..\codegen/codegen.py --load-types
> ..\..\gst\arg-types.py --register ..\..\gst\gst-types.defs --override
> ..\..\gst\gst.override --extendpath ..\..\gst\ --prefix pygst
> ..\..\gst\gst.defs > ..\..\gst\gen-gst.c
>
> I get the following errors:
> http://pastebin.com/m67dda251
There's no errors there, just warnings about symbols that aren't
wrapped.
Edward
>
> >From my experience with C# bindings I understand that I have add some
> search path to find all the GStreamer/GLib references. I'm not
> familiar with Python bindings and I don't know how to do that...
>
> Thanks in advance,
> Andoni Morales
>
> ------------------------------------------------------------------------------
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list