Skip to main content

looks_like_video

Function looks_like_video 

Source
pub(crate) fn looks_like_video(path: &str) -> bool
Expand 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.