Skip to content

Various fixes to file plugin

Sebastian Dröge requested to merge slomo/gst-plugins-rs:file-fixes into master

CC @fengalin

The fill method could also benefit from returning a Result. The idea was that later gst::FlowReturn would implement the Try trait but it doesn't look like this will be stabilized anytime soon. It would've also allowed us to use the ? operator.

Merge request reports