mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-11 03:35:26 +00:00
fallbackswitch: Fix compiler warning in test
This commit is contained in:
parent
9c051083b0
commit
b7dba68ab9
1 changed files with 1 additions and 1 deletions
|
@ -558,7 +558,7 @@ fn stop_pipeline(mut pipeline: Pipeline) {
|
|||
|
||||
// Signal shutdown to the clock thread
|
||||
let clock_id = clock.new_single_shot_id(0.into()).unwrap();
|
||||
clock_id.wait();
|
||||
let _ = clock_id.wait();
|
||||
|
||||
let switch = pipeline.get_by_name("switch").unwrap();
|
||||
let switch_weak = switch.downgrade();
|
||||
|
|
Loading…
Reference in a new issue