mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-23 10:30:40 +00:00
Fix build of togglerecord unit test
This commit is contained in:
parent
2ec85ac0b0
commit
8ef6a1830c
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ fn recv_buffers(
|
|||
return res;
|
||||
}
|
||||
EventView::Segment(ref e) => {
|
||||
*segment = e.get_segment().downcast().unwrap();
|
||||
*segment = e.get_segment().clone().downcast().unwrap();
|
||||
}
|
||||
_ => (),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue