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 621510 - GNOME Goal: Remove deprecated glib symbols
GNOME Goal: Remove deprecated glib symbols
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.24
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 560423
 
 
Reported: 2010-06-14 09:17 UTC by André Klapper
Modified: 2010-06-15 00:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2010-06-14 09:17:54 UTC
See http://live.gnome.org/GnomeGoals/RemoveDeprecatedSymbols/Glib

On 2010-05-11 g_strcasecmp usage was added:
./sys/oss4/oss4-mixer.c:      if (g_strcasecmp (ptr, labels[i].oss_name) == 0) {
./sys/oss4/oss4-mixer.c:    if (g_strcasecmp (name, labels[i].oss_name) == 0) {

Also please consider using "-DG_DISABLE_DEPRECATED" by default.
Comment 1 Tim-Philipp Müller 2010-06-15 00:29:22 UTC
This was fixed in git:

commit a88acc848e3d67bcb65bad614fa1de8ed041f310
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Mon Jun 14 13:48:28 2010 +0200

    oss4: Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp()