aboutsummaryrefslogtreecommitdiff
path: root/C2VDAComponent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'C2VDAComponent.cpp')
-rw-r--r--C2VDAComponent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/C2VDAComponent.cpp b/C2VDAComponent.cpp
index 8cb72f3..ef0e7c3 100644
--- a/C2VDAComponent.cpp
+++ b/C2VDAComponent.cpp
@@ -319,7 +319,7 @@ C2VDAComponent::IntfImpl::IntfImpl(C2String name, const std::shared_ptr<C2Reflec
bool secureMode = name.find(".secure") != std::string::npos;
C2Allocator::id_t inputAllocators[] = {secureMode ? C2VDAAllocatorStore::SECURE_LINEAR
- : C2PlatformAllocatorStore::ION};
+ : C2PlatformAllocatorStore::BLOB};
C2Allocator::id_t outputAllocators[] = {C2VDAAllocatorStore::V4L2_BUFFERPOOL};