GNOME Bugzilla – Bug 785623
omx: also reset nFilledLen before calling OMX_FillThisBuffer()
Last modified: 2017-08-01 15:31:45 UTC
.
Created attachment 356632 [details] [review] omx: also reset nFilledLen before calling OMX_FillThisBuffer() The spec states that the buffer passed to OMX_FillThisBuffer() needs to be empty. Some implementation may check it actually is by checking its nFilledLen field, so best to reset it as well.
Review of attachment 356632 [details] [review]: Make sense.
Attachment 356632 [details] pushed as 7a0949b - omx: also reset nFilledLen before calling OMX_FillThisBuffer()