allocator = gst_va_allocator_new (self->display, surface_formats);
self->raw_pool = gst_va_pool_new_with_config (caps, size, 1, 0,
- usage_hint, GST_VA_FEATURE_AUTO, allocator, ¶ms);
+ usage_hint, GST_VA_FEATURE_DISABLED, allocator, ¶ms);
if (!self->raw_pool) {
gst_object_unref (allocator);
return NULL;
return FALSE;
pool = gst_va_pool_new_with_config (caps, size, 1, 0, usage_hint,
- GST_VA_FEATURE_AUTO, allocator, ¶ms);
+ GST_VA_FEATURE_DISABLED, allocator, ¶ms);
if (!pool) {
gst_object_unref (allocator);
goto config_failed;