chromeos / virtio-media

BSD 3-Clause "New" or "Revised" License
5 stars 5 forks source link

Adds the ability to signal an error condition when queueing #10

Closed theandi666 closed 23 hours ago

theandi666 commented 2 weeks ago

VideoDecoderBackendEvent::InputBufferDone, any non-zero error signaled will have the corresponding v4l2_buffer returned to the client with an ERROR flag.

Gnurou commented 23 hours ago

Excellent, now we can handle decoding errors, thank you! Merged.