mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
command: make commands dynamic
Ensure format object type.
This commit is contained in:
parent
4d9f2c5161
commit
c44a7c9735
36 changed files with 549 additions and 604 deletions
|
|
@ -102,7 +102,7 @@ spa_format_filter (const SpaFormat *format,
|
|||
filter->body.media_subtype.value != format->body.media_subtype.value)
|
||||
return SPA_RESULT_INVALID_MEDIA_TYPE;
|
||||
|
||||
spa_pod_builder_push_format (result, &f,
|
||||
spa_pod_builder_push_format (result, &f, filter->body.obj_body.type,
|
||||
filter->body.media_type.value,
|
||||
filter->body.media_subtype.value);
|
||||
res = spa_props_filter (result,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue