mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
some printf fixes
This commit is contained in:
parent
a9808a3edb
commit
d46c239ab0
5 changed files with 5 additions and 5 deletions
|
|
@ -193,7 +193,7 @@ static int setup_convert(struct impl *this,
|
|||
if (dst_mask & 1)
|
||||
dst_mask = default_mask(dst_chan);
|
||||
|
||||
spa_log_info(this->log, NAME " %p: %s/%d@%d->%s/%d@%d %08lx:%08lx", this,
|
||||
spa_log_info(this->log, NAME " %p: %s/%d@%d->%s/%d@%d %08"PRIx64":%08"PRIx64, this,
|
||||
spa_debug_type_find_name(spa_type_audio_format, src_info->info.raw.format),
|
||||
src_chan,
|
||||
src_info->info.raw.rate,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue