GNOME Bugzilla – Bug 587826
gstavidemux.c: s/GST_DISABLE_DEBUG/GST_DISABLE_GST_DEBUG
Last modified: 2009-07-06 08:40:05 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.
Created attachment 137886 [details] [review] apply to git master
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