doc: Add %p and %r patters for GST_DEBUG_FILE

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4166>
This commit is contained in:
Ruben Gonzalez 2023-03-13 19:42:23 +01:00 committed by GStreamer Marge Bot
parent ea9b837b07
commit 51877ee373
2 changed files with 5 additions and 2 deletions

View file

@ -268,7 +268,8 @@ Use `all` to enable all tracing flags.
Set this variable to a file path to redirect all GStreamer debug Set this variable to a file path to redirect all GStreamer debug
messages to this file. If left unset, debug messages with be output unto messages to this file. If left unset, debug messages with be output unto
the standard error. the standard error. The %p pattern is replaced with the PID and the %r
with a random number.
**`ORC_CODE`.** **`ORC_CODE`.**

View file

@ -277,7 +277,9 @@ Use `all` to enable all tracing flags.
Set this variable to a file path to redirect all GStreamer debug Set this variable to a file path to redirect all GStreamer debug
messages to this file. If left unset, debug messages with be output unto messages to this file. If left unset, debug messages with be output unto
the standard error. the standard error. The %p pattern is replaced with the PID and the
%r with a random number.
**ORC_CODE.** **ORC_CODE.**