mirror of
https://github.com/nestriness/warp.git
synced 2025-12-13 02:15:42 +02:00
fix(sink): add none
This commit is contained in:
@@ -296,14 +296,14 @@ impl GST {
|
|||||||
// For other formats, do not handle the seeking query
|
// For other formats, do not handle the seeking query
|
||||||
q.set(
|
q.set(
|
||||||
false,
|
false,
|
||||||
0.bytes(),
|
gst::GenericFormattedValue::none_for_format(format),
|
||||||
gst::GenericFormattedValue::none_for_format(format),
|
gst::GenericFormattedValue::none_for_format(format),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
_ => {
|
_ => {
|
||||||
unreachable!();
|
unreachable!("query seeking");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
gst::PadProbeReturn::Pass
|
gst::PadProbeReturn::Pass
|
||||||
|
|||||||
Reference in New Issue
Block a user