mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
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:
parent
ea9b837b07
commit
51877ee373
2 changed files with 5 additions and 2 deletions
|
@ -268,7 +268,8 @@ Use `all` to enable all tracing flags.
|
|||
|
||||
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
|
||||
the standard error.
|
||||
the standard error. The %p pattern is replaced with the PID and the %r
|
||||
with a random number.
|
||||
|
||||
**`ORC_CODE`.**
|
||||
|
||||
|
|
|
@ -277,7 +277,9 @@ Use `all` to enable all tracing flags.
|
|||
|
||||
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
|
||||
the standard error.
|
||||
the standard error. The %p pattern is replaced with the PID and the
|
||||
%r with a random number.
|
||||
|
||||
|
||||
**ORC_CODE.**
|
||||
|
||||
|
|
Loading…
Reference in a new issue