mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 10:38:27 +00:00
omx: Add XXX to the nOffset reset hack comment for QCOM
This commit is contained in:
parent
1ab4e4b945
commit
6736a39671
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ EmptyBufferDone (OMX_HANDLETYPE hComponent, OMX_PTR pAppData,
|
|||
port->index, buf);
|
||||
buf->used = FALSE;
|
||||
|
||||
/* Some OMX implementations don't reset nOffset
|
||||
/* XXX: Some OMX implementations don't reset nOffset
|
||||
* when the complete buffer is emptied but instead
|
||||
* only reset nFilledLen. We reset nOffset to 0
|
||||
* if nFilledLen == 0, which is safe to do because
|
||||
|
|
Loading…
Reference in a new issue