Index: content/common/gpu/media/generic_v4l2_device.cc |
diff --git a/content/common/gpu/media/generic_v4l2_device.cc b/content/common/gpu/media/generic_v4l2_device.cc |
index 2dde55d1fcca0ebeede3f1d4dc90c29cab1ca588..2d00d087402a262371a6d851ac779bd34d20fff9 100644 |
--- a/content/common/gpu/media/generic_v4l2_device.cc |
+++ b/content/common/gpu/media/generic_v4l2_device.cc |
@@ -36,7 +36,7 @@ namespace content { |
namespace { |
const char kDecoderDevice[] = "/dev/video-dec"; |
const char kEncoderDevice[] = "/dev/video-enc"; |
-const char kImageProcessorDevice[] = "/dev/gsc0"; |
+const char kImageProcessorDevice[] = "/dev/image-proc0"; |
} |
GenericV4L2Device::GenericV4L2Device(Type type) |