Creating reasonable VideoInfo structs fails
Running the 0.15.2
appsrc
example leads to a panic when creating the VideoFormat
structure:
thread 'main' panicked at 'Failed to create video info: BoolError { message: "Failed to build VideoInfo", filename: "gstreamer-video/src/video_info.rs", function: "gstreamer_video::video_info", line: 309 }', src/libcore/result.rs:1165:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
I looked around the example code and the underlying gstreamer-video
code to see if I could come up with anything helpful but I failed to do so; I am very new to gstreamer in general.
Edited by Josh