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 472822 - Wrap -base utils helper library
Wrap -base utils helper library
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-python
git master
Other Linux
: Normal enhancement
: 0.10.10
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-09-02 13:58 UTC by Edward Hervey
Modified: 2008-01-01 13:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Edward Hervey 2007-09-02 13:58:55 UTC
None of the gst-plugins-base utils helper library methods/functions are wrapped.

Info here : http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/gstreamer-base-utils.html
Comment 1 Edward Hervey 2008-01-01 13:22:43 UTC
2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>

	* gst/Makefile.am:
	* gst/common.h:
	* gst/pbutils.defs:
	* gst/pbutils.override:
	* gst/pbutilsmodule.c: (initpbutils):
	new gst.pbutils module that wraps the gst-plugins-base pbutils
	helper library.
	* testsuite/Makefile.am:
	* testsuite/common.py:
	* testsuite/test_pbutils.py:
	Test case for gst.pbutils
	Fixes #472822