From 51877ee373f04230dbd239c20651fa408bc90128 Mon Sep 17 00:00:00 2001 From: Ruben Gonzalez Date: Mon, 13 Mar 2023 19:42:23 +0100 Subject: [PATCH] doc: Add %p and %r patters for GST_DEBUG_FILE Part-of: --- subprojects/gstreamer/docs/gst/running.md | 3 ++- subprojects/gstreamer/docs/index.md | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/subprojects/gstreamer/docs/gst/running.md b/subprojects/gstreamer/docs/gst/running.md index 65f5e6fd24..08eb86cc1d 100644 --- a/subprojects/gstreamer/docs/gst/running.md +++ b/subprojects/gstreamer/docs/gst/running.md @@ -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`.** diff --git a/subprojects/gstreamer/docs/index.md b/subprojects/gstreamer/docs/index.md index 4237705e66..14b0450350 100644 --- a/subprojects/gstreamer/docs/index.md +++ b/subprojects/gstreamer/docs/index.md @@ -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.**