[Bug 773092] gstinfo: Replace %p and %r in GST_DEBUG_FILE

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Nov 1 18:33:10 UTC 2016


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit 287645c2d7de8d1fa0c4753b479375c48c14709a
Author: Stian Selnes <stian at pexip.com>
Date:   Thu Oct 29 22:51:18 2015 +0100

    info: Replace %p and %r in GST_DEBUG_FILE

    It's useful to be able to set a name pattern for GST_DEBUG_FILE so that
    the same environment variable can be used for multiple processes and
    still write to different files. Especially useful if these processes
    run simultaneously.

    %p: Replaced with PID
    %r: Replaced with random number

    %p is obviously useful. %r is useful when for instance running two
    processes with same PID but in different containers.

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

-- 
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