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 587826 - gstavidemux.c: s/GST_DISABLE_DEBUG/GST_DISABLE_GST_DEBUG
gstavidemux.c: s/GST_DISABLE_DEBUG/GST_DISABLE_GST_DEBUG
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.16
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-07-05 17:14 UTC by Philip Jägenstedt
Modified: 2009-07-06 08:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
apply to git master (2.16 KB, patch)
2009-07-05 17:14 UTC, Philip Jägenstedt
committed Details | Review

Description Philip Jägenstedt 2009-07-05 17:14:16 UTC
The GST_DISABLE_DEBUG define seems to be a relic from the past, attached patch changes it to GST_DISABLE_GST_DEBUG. As far as I can see the only code with relevant side-effects inside these defines is GST_LOG, so it should be OK.
Comment 1 Philip Jägenstedt 2009-07-05 17:14:53 UTC
Created attachment 137886 [details] [review]
apply to git master
Comment 2 Edward Hervey 2009-07-06 08:40:05 UTC
commit 0ebff2d14c4f3379525f895b2e2a92ff729a54c1
Author: Philip J<E4>genstedt <philipj@opera.com>
Date:   Mon Jul 6 10:40:31 2009 +0200

    avidemux: Replace deprecated GST_DISABLE_DEBUG with correct macro. Fixes #587826