fix(sink): add none

This commit is contained in:
Wanjohi
2024-01-24 09:25:12 +03:00
parent 44013045de
commit fe718afc52

View File

@@ -296,14 +296,14 @@ impl GST {
// For other formats, do not handle the seeking query
q.set(
false,
0.bytes(),
gst::GenericFormattedValue::none_for_format(format),
gst::GenericFormattedValue::none_for_format(format),
);
}
}
}
_ => {
unreachable!();
unreachable!("query seeking");
}
}
gst::PadProbeReturn::Pass