After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 565762 - Wrap all of gst-plugins-base libraries
Wrap all of gst-plugins-base libraries
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-python
git master
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-12-27 10:20 UTC by Edward Hervey
Modified: 2012-12-17 11:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Edward Hervey 2008-12-27 10:20:47 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
Comment 1 Edward Hervey 2008-12-31 12:01:47 UTC
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

Comment 2 Edward Hervey 2008-12-31 13:08:34 UTC
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

Comment 3 Edward Hervey 2008-12-31 13:32:47 UTC
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

Comment 4 Sebastian Dröge (slomo) 2012-12-17 11:34:50 UTC
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.