GNOME Bugzilla – Bug 565762
Wrap all of gst-plugins-base libraries
Last modified: 2012-12-17 11:34:50 UTC
Currently we only wrap two of gst-plugins-base libraries (gst-libs/) : interfaces and pbutils. We should wrap in the same way all the other libraries so that python applications and python-plugins can use them. Ranked by priority: * tag * video/audio * riff * rtp/rtsp/sdp/netbuffer * cdda, fft, floatcast
audio lib is now wrapped. 2008-12-31 Edward Hervey <edward.hervey@collabora.co.uk> * configure.ac: * gst/Makefile.am: * gst/audio.defs: * gst/audio.override: * gst/audiomodule.c: (initaudio): Wrap gst-plugins-base's audio helper library. Partially fixes #565762
video lib is now wrapped 2008-12-31 Edward Hervey <edward.hervey@collabora.co.uk> * configure.ac: * gst/Makefile.am: * gst/video.defs: * gst/video.override: * gst/videomodule.c: (initvideo): Wrap gst-plugins-base's video helper library. Partially fixes #565762
2008-12-31 Edward Hervey <edward.hervey@collabora.co.uk> * configure.ac: * gst/Makefile.am: * gst/tag.defs: * gst/tag.override: * gst/tagmodule.c: (inittag): Wrap gst-plugins-base's tag helper library. Partially fixes #565762
Closing this bug now, gst-python is only an extension module to pygi now and this bug doesn't make much sense anymore in this context.