mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
v4l2: profiles params are not implement yet
This commit is contained in:
parent
b812dbcbf6
commit
938e2b1451
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ static int emit_info(struct impl *this, bool full)
|
|||
info.change_mask |= SPA_DEVICE_CHANGE_MASK_PARAMS;
|
||||
params[0] = SPA_PARAM_INFO(SPA_PARAM_EnumProfile, SPA_PARAM_INFO_READ);
|
||||
params[1] = SPA_PARAM_INFO(SPA_PARAM_Profile, SPA_PARAM_INFO_WRITE);
|
||||
info.n_params = SPA_N_ELEMENTS(params);
|
||||
info.n_params = 0;
|
||||
info.params = params;
|
||||
|
||||
spa_device_emit_info(&this->hooks, &info);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue