forked from mirrors/gstreamer-rs
video/timecode: Fix compilation of tests with target API < 1.16
This commit is contained in:
parent
faa6463bda
commit
631be6b534
1 changed files with 1 additions and 0 deletions
|
@ -570,6 +570,7 @@ impl fmt::Debug for VideoTimeCodeMeta {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[cfg(feature = "v1_16")]
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use super::*;
|
use super::*;
|
||||||
|
|
Loading…
Reference in a new issue