mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 03:21:00 +00:00
threadshare: Fix a typo while logging
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1408>
This commit is contained in:
parent
99b68d5b63
commit
9b1c9b1892
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ impl SinkHandler {
|
|||
let caps = element
|
||||
.emit_by_name::<Option<gst::Caps>>("request-pt-map", &[&(pt as u32)])
|
||||
.ok_or_else(|| {
|
||||
gst::error!(CAT, obj: pad, "Signal 'request-pt-map' retuned None");
|
||||
gst::error!(CAT, obj: pad, "Signal 'request-pt-map' returned None");
|
||||
gst::FlowError::Error
|
||||
})?;
|
||||
let mut state = jb.state.lock().unwrap();
|
||||
|
|
Loading…
Reference in a new issue