mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-19 08:57:14 -05:00
rework props with pod
This commit is contained in:
parent
f02f93cda9
commit
dbae2e3f96
25 changed files with 232 additions and 472 deletions
|
|
@ -283,7 +283,7 @@ draw (SpaVideoTestSrc *this, char *data)
|
|||
if (res != SPA_RESULT_OK)
|
||||
return res;
|
||||
|
||||
pattern = this->props[1].pattern;
|
||||
pattern = this->props.pattern;
|
||||
if (pattern == pattern_val_smpte_snow)
|
||||
draw_smpte_snow (&dd);
|
||||
else if (pattern == pattern_val_snow)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue