mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-23 02:26:35 +00:00
tracers: queue_levels: log when file is being written
Help debugging when nothing is generated.
This commit is contained in:
parent
bdd47d69ce
commit
fe210a5715
1 changed files with 7 additions and 0 deletions
|
@ -214,6 +214,13 @@ impl ObjectImpl for QueueLevels {
|
|||
}
|
||||
};
|
||||
|
||||
gst::debug!(
|
||||
CAT,
|
||||
obj: obj,
|
||||
"Writing file {}",
|
||||
state.settings.file.display()
|
||||
);
|
||||
|
||||
for LogLine {
|
||||
timestamp,
|
||||
name,
|
||||
|
|
Loading…
Reference in a new issue