| Index: content/common/gpu/media/generic_v4l2_video_device.cc
|
| diff --git a/content/common/gpu/media/generic_v4l2_video_device.cc b/content/common/gpu/media/generic_v4l2_video_device.cc
|
| index 409f2aca6c3fca482d58e4e47061f915fbd926b2..24ef2cd083bacc18150fd405fbf8af935eb950c1 100644
|
| --- a/content/common/gpu/media/generic_v4l2_video_device.cc
|
| +++ b/content/common/gpu/media/generic_v4l2_video_device.cc
|
| @@ -39,7 +39,7 @@ namespace content {
|
| namespace {
|
| const char kDecoderDevice[] = "/dev/video-dec";
|
| const char kEncoderDevice[] = "/dev/video-enc";
|
| -const char kImageProcessorDevice[] = "/dev/gsc1";
|
| +const char kImageProcessorDevice[] = "/dev/gsc0";
|
| }
|
|
|
| GenericV4L2Device::GenericV4L2Device(Type type)
|
|
|