mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-25 19:11:06 +00:00
video/time_code_interval: Correct set_frames parameter name
Aesthetics.
This commit is contained in:
parent
26bfd5b98c
commit
ae51a2f49c
1 changed files with 2 additions and 2 deletions
|
@ -68,8 +68,8 @@ impl VideoTimeCodeInterval {
|
||||||
self.0.frames
|
self.0.frames
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn set_frames(&mut self, hours: u32) {
|
pub fn set_frames(&mut self, frames: u32) {
|
||||||
self.0.frames = hours
|
self.0.frames = frames
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue