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 446674 - API break
API break
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-python
git master
Other Linux
: Normal blocker
: 0.10.8
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-06-12 10:26 UTC by Jan Schmidt
Modified: 2007-06-12 19:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jan Schmidt 2007-06-12 10:26:07 UTC
This commit broke API that was in the 0.10.5 gst-python release:

http://webcvs.freedesktop.org/gstreamer/gst-python/gst/gst.defs?r1=1.129&r2=1.130

It renames the API functions gst_message_new_buffering and gst_parse_bin_from_description to remove the gst_ prefix

Andy suggested adding a deprecation warning and automatic redirect into __init__.py for the old method names.
Comment 1 Edward Hervey 2007-06-12 19:02:37 UTC
2007-06-12  Edward Hervey  <edward@fluendo.com>

	* gst/__init__.py:
	Fix API cleanups that cause API breakage.
	Fixes #446674