Skip to content

videodecoder: Allow outputting non-writable buffer

Some subclasses might hold a ref of outputting buffer (or memory). For example, if subclass is outputting a buffer which would be used for reference picture, it shouldn't be writable. But if there's no meta to add to the outputting buffer, it doesn't need to be writable.

cc: @ndufresne

Merge request reports