mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
spa: libcamera: remove wrong prefix from log message
This commit is contained in:
parent
b7ef5c92bc
commit
87368c8e4f
1 changed files with 1 additions and 1 deletions
|
|
@ -763,7 +763,7 @@ mmap_init(struct impl *impl, struct port *port,
|
|||
} else if (d[0].type & (1u << SPA_DATA_MemPtr)) {
|
||||
port->memtype = SPA_DATA_MemPtr;
|
||||
} else {
|
||||
spa_log_error(impl->log, "v4l2: can't use buffers of type %d", d[0].type);
|
||||
spa_log_error(impl->log, "can't use buffers of type %d", d[0].type);
|
||||
return -EINVAL;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue