mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
parent
b48d1facf4
commit
18c4af9add
1 changed files with 1 additions and 1 deletions
|
|
@ -753,6 +753,7 @@ mmap_init(struct impl *this,
|
|||
{
|
||||
struct port *port = &this->out_ports[0];
|
||||
unsigned int i, j;
|
||||
struct spa_data *d;
|
||||
|
||||
spa_log_info(this->log, "libcamera: In mmap_init()");
|
||||
|
||||
|
|
@ -775,7 +776,6 @@ mmap_init(struct impl *this,
|
|||
|
||||
for (i = 0; i < libcamera_nbuffers; i++) {
|
||||
struct buffer *b;
|
||||
struct spa_data *d;
|
||||
|
||||
if (buffers[i]->n_datas < 1) {
|
||||
spa_log_error(this->log, "libcamera: invalid buffer data");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue