| Index: media/gpu/v4l2_image_processor.cc
|
| diff --git a/media/gpu/v4l2_image_processor.cc b/media/gpu/v4l2_image_processor.cc
|
| index 005c095dc056275f1cdeaf52cccdbde521d84504..bbbed7421855be8802e823a2ae31c00b36a37f49 100644
|
| --- a/media/gpu/v4l2_image_processor.cc
|
| +++ b/media/gpu/v4l2_image_processor.cc
|
| @@ -668,7 +668,7 @@ bool V4L2ImageProcessor::EnqueueInputRecord() {
|
| qbuf.m.planes[i].m.userptr =
|
| reinterpret_cast<unsigned long>(input_record.frame->data(i));
|
| } else {
|
| - qbuf.m.planes[i].m.fd = input_record.frame->dmabuf_fd(i);
|
| + qbuf.m.planes[i].m.fd = input_record.frame->DmabufFd(i);
|
| }
|
| }
|
| IOCTL_OR_ERROR_RETURN_FALSE(VIDIOC_QBUF, &qbuf);
|
|
|