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 585759 - Remove deprecated GTK+ symbols
Remove deprecated GTK+ symbols
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 585692
 
 
Reported: 2009-06-14 18:02 UTC by André Klapper
Modified: 2009-06-14 18:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2009-06-14 18:02:27 UTC
According to http://www.gnome.org/~fpeters/299.html gstreamer (core) contains
deprecated GTK+ symbols that must be removed for GNOME3.

See http://library.gnome.org/devel/gtk/stable/ for the API reference and how to
substitute.

See http://live.gnome.org/GnomeGoals/RemoveDeprecatedSymbols/GTK%2B for a general
explanation.

List of deprecated symbols:
"GTK_OBJECT_FLOATING, gtk_type_new"
Comment 1 Sebastian Dröge (slomo) 2009-06-14 18:36:38 UTC
This is only used in old code that isn't compiled anymore and only kept for historic reasons in docs/random/omega.
Comment 2 André Klapper 2009-06-14 18:52:14 UTC
Thanks for clarifying. I've whitelisted it from http://www.gnome.org/~fpeters/299.html (page is updated every few hours).

In general, thanks for the quick fixing of all those tickets!