mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
add some docs
This commit is contained in:
parent
9ffec214b8
commit
ebb5ed94a2
6 changed files with 39 additions and 21 deletions
|
|
@ -387,7 +387,7 @@ static int do_render(struct spa_loop *loop, bool async, uint32_t seq,
|
|||
}
|
||||
|
||||
if ((m = spa_buffer_find_meta(buf, SPA_META_VideoDamage))) {
|
||||
spa_meta_region_for_each(r, m) {
|
||||
spa_meta_for_each(r, m) {
|
||||
if (!spa_meta_region_is_valid(r))
|
||||
break;
|
||||
if (memcmp(&r->region, &d->region, sizeof(struct spa_region)) == 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue