mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-26 03:21:03 +00:00
Fix compilation of tests without features="v1_14"
This commit is contained in:
parent
42a8b9e505
commit
354f9fbfe4
1 changed files with 1 additions and 0 deletions
|
@ -1256,6 +1256,7 @@ mod tests {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[cfg(feature = "v1_14")]
|
||||||
fn test_foreach_pad() {
|
fn test_foreach_pad() {
|
||||||
::init().unwrap();
|
::init().unwrap();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue