mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
vulkan: log if buffer is added in vulkan-compute-source
This commit is contained in:
parent
33f98489d6
commit
e226dccde8
1 changed files with 1 additions and 0 deletions
|
|
@ -736,6 +736,7 @@ impl_node_port_use_buffers(void *object,
|
|||
b->flags = 0;
|
||||
b->h = spa_buffer_find_meta_data(buffers[i], SPA_META_Header, sizeof(*b->h));
|
||||
|
||||
spa_log_info(this->log, "%p: %d:%d add buffer %p", port, direction, port_id, b);
|
||||
spa_list_append(&port->empty, &b->link);
|
||||
}
|
||||
spa_vulkan_use_buffers(&this->state, &this->state.streams[0], flags, n_buffers, buffers);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue