Remove SPA_PARAM_BUFFERS_dataType

Don't announce a SPA_PARAM_BUFFERS_dataType. This is reserved for consumer
This commit is contained in:
columbarius 2020-11-04 17:04:31 +01:00 committed by danshick
parent cb36e0df23
commit 24bc68f0f2
1 changed files with 1 additions and 2 deletions

View File

@ -119,8 +119,7 @@ static void pwr_handle_stream_param_changed(void *data, uint32_t id,
SPA_PARAM_BUFFERS_blocks, SPA_POD_Int(1),
SPA_PARAM_BUFFERS_size, SPA_POD_Int(cast->simple_frame.size),
SPA_PARAM_BUFFERS_stride, SPA_POD_Int(cast->simple_frame.stride),
SPA_PARAM_BUFFERS_align, SPA_POD_Int(ALIGN),
SPA_PARAM_BUFFERS_dataType, SPA_POD_Int((1<<SPA_DATA_MemPtr)));
SPA_PARAM_BUFFERS_align, SPA_POD_Int(ALIGN));
params[1] = spa_pod_builder_add_object(&b,
SPA_TYPE_OBJECT_ParamMeta, SPA_PARAM_Meta,