[Bug 745213] Shorten __FILE__ in gst_debug_log output on all platforms.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Mar 5 10:03:19 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=745213

--- Comment #14 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
commit 5764316a8e5ee227fbd1255927bbe5d3f9ab3b4a
Author: Tim-Philipp Müller <tim at centricular.com>
Date:   Thu Mar 5 17:54:04 2015 +0000

    info: move __FILE__ path shortening into default log handler

    Instead of always shortening the __FILE__ path, even if the
    log message is not actually printed, which might happen if
    the log level is activated but the category is not, only
    shorten the path if we're actually going to output it and
    if it looks like it needs shortening. Log handlers had no
    guarantee that they would get a name instead of a path
    anyway on any architecture, so it shouldn't be a problem.

    https://bugzilla.gnome.org/show_bug.cgi?id=745213

commit 6cbe86dc589d381a324a05c522096c38f73608a1
Author: Peter Urbanec <git.user at urbanec.net>
Date:   Fri Feb 27 01:16:58 2015 +1100

    info: shorten __FILE__ on all platforms

    This is useful not only for MSVC, but also with gcc/Linux
    when doing cross-compilation builds and out-of-tree builds.

    https://bugzilla.gnome.org/show_bug.cgi?id=745213


Keeping open for the other checks.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list