summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Kocialkowski <paul.kocialkowski@bootlin.com>2018-07-18 14:54:47 +0200
committerPaul Kocialkowski <paul.kocialkowski@bootlin.com>2018-07-18 14:54:47 +0200
commitc3400478ff2aaabeb6d8029b2f2c374386f2feb3 (patch)
tree87914cbd20643beceaabef92f73325678e74e1b5 /src
parent019a0ccb42b9cabd84bb53e167c74a549deeec16 (diff)
downloadlibva-v4l2-request-c3400478ff2aaabeb6d8029b2f2c374386f2feb3.tar.gz
libva-v4l2-request-c3400478ff2aaabeb6d8029b2f2c374386f2feb3.tar.bz2
libva-v4l2-request-c3400478ff2aaabeb6d8029b2f2c374386f2feb3.zip
fixup! v4l2: Add helper for exporting with dma-buf
Diffstat (limited to 'src')
-rw-r--r--src/v4l2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/v4l2.c b/src/v4l2.c
index f45de1c..3e53a77 100644
--- a/src/v4l2.c
+++ b/src/v4l2.c
@@ -270,8 +270,8 @@ int v4l2_export_buffer(int video_fd, unsigned int type, unsigned int index,
rc = ioctl(video_fd, VIDIOC_EXPBUF, &exportbuffer);
if (rc < 0) {
- sunxi_cedrus_log("Unable to export buffer: %s\n",
- strerror(errno));
+ request_log("Unable to export buffer: %s\n",
+ strerror(errno));
return -1;
}