mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-25 13:01:07 +00:00
tracers: buffer_lateness: log when file is being written
Help debugging when nothing is generated.
This commit is contained in:
parent
14160d1d31
commit
bdd47d69ce
1 changed files with 7 additions and 0 deletions
|
@ -196,6 +196,13 @@ impl ObjectImpl for BufferLateness {
|
|||
}
|
||||
};
|
||||
|
||||
gst::debug!(
|
||||
CAT,
|
||||
obj: obj,
|
||||
"Writing file {}",
|
||||
state.settings.file.display()
|
||||
);
|
||||
|
||||
for LogLine {
|
||||
timestamp,
|
||||
element_name,
|
||||
|
|
Loading…
Reference in a new issue