Merge changes I3aa5872e,I914bcc88,Icc6d023f,Ic262482a
* changes:
stagefright: use small timeout for input buffer in SimpleDecodingSource
stagefright: CodecCapabilities: fix missing capabilities
stagefright: ACodec: remove infinite loops
stagefright: ACodec: query color format support on specific port
diff --git a/services/camera/libcameraservice/CameraService.cpp b/services/camera/libcameraservice/CameraService.cpp
index 3deb396..41d812b 100644
--- a/services/camera/libcameraservice/CameraService.cpp
+++ b/services/camera/libcameraservice/CameraService.cpp
@@ -2353,7 +2353,7 @@
result.appendFormat(" Resource Cost: %d\n", state.second->getCost());
result.appendFormat(" Conflicting Devices:");
for (auto& id : conflicting) {
- result.appendFormat(" %s", cameraId.string());
+ result.appendFormat(" %s", id.string());
}
if (conflicting.size() == 0) {
result.appendFormat(" NONE");