pub(crate) fn looks_like_video(path: &str) -> boolExpand description
Whether path has a recognized video extension. The editor drop
listener ignores non-video drops so dropping an unrelated file is a
no-op rather than a failed gst-discoverer probe.