mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-16 12:55:13 +00:00
webrtcsink: fix naming of error dot files for discovery pipelines
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1843>
This commit is contained in:
parent
3788914cea
commit
b3ace3678b
1 changed files with 1 additions and 1 deletions
|
@ -4018,7 +4018,7 @@ impl BaseWebRTCSink {
|
||||||
gst::warning!(CAT, imp = self, "Error in discovery pipeline: {err:#?}");
|
gst::warning!(CAT, imp = self, "Error in discovery pipeline: {err:#?}");
|
||||||
pipe.0.debug_to_dot_file_with_ts(
|
pipe.0.debug_to_dot_file_with_ts(
|
||||||
gst::DebugGraphDetails::all(),
|
gst::DebugGraphDetails::all(),
|
||||||
"webrtcsink-discovery-error",
|
format!("webrtcsink-discovery-{}-error", pipe.0.name()),
|
||||||
);
|
);
|
||||||
break Err(err.error().into());
|
break Err(err.error().into());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue