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 579202 - accidental ABI change with --disable-gst-debug
accidental ABI change with --disable-gst-debug
Status: RESOLVED DUPLICATE of bug 579177
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal blocker
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-16 19:16 UTC by David Schleef
Modified: 2009-04-16 19:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Schleef 2009-04-16 19:16:41 UTC
This commit causes an ABI change when --disable-gst-debug is used:

commit 659102e04a7111895cde506e5e3c9e118b0a81f6
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Wed Apr 15 23:12:11 2009 +0300

    gstdebug: show enabled/disabled in configure and fix build for disabled
    
    When its disabled, we poison some symbols to force a build error if they are
    used. Dunno how useful this acually is, but we need to disable the poisoning
    when we include this ourself. Also don't define some of the dummies, as they
    are getting replaced with defines and that creates code that does not compil


Needs to be reverted before release.
Comment 1 Tim-Philipp Müller 2009-04-16 19:20:58 UTC
I was first! ;-)


*** This bug has been marked as a duplicate of 579177 ***