pub fn format_from_py(s: &str) -> Option<RawVideoFormat>Expand description
Parse a gst-python-ml format string back into a g2g RawVideoFormat.
Returns None for a format g2g does not model. YUYV is accepted as an
alias for YUY2 (V4L2 vs GStreamer spelling of the same packed 4:2:2).