mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-23 02:26:35 +00:00
uriplaylistbin: Remove unnecessary &
to fix clippy warning
This commit is contained in:
parent
13923051a0
commit
423fa0d0a9
1 changed files with 1 additions and 1 deletions
|
@ -1263,7 +1263,7 @@ impl UriPlaylistBin {
|
|||
// proxy sticky events
|
||||
src.sticky_events_foreach(|event| {
|
||||
use std::ops::ControlFlow;
|
||||
let _ = ghost.store_sticky_event(&event);
|
||||
let _ = ghost.store_sticky_event(event);
|
||||
ControlFlow::Continue(gst::EventForeachAction::Keep)
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue