omx: Add XXX to the nOffset reset hack comment for QCOM
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 14 Nov 2011 17:13:06 +0000 (09:13 -0800)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 14 Nov 2011 17:13:06 +0000 (09:13 -0800)
omx/gstomx.c

index 61fe663..0d059b8 100644 (file)
@@ -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