forked from mirrors/gstreamer-rs
video/timecode: Fix compilation of tests with target API < 1.16
This commit is contained in:
parent
50cffb0f7a
commit
fdd21b9a2a
1 changed files with 1 additions and 0 deletions
|
@ -588,6 +588,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