mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
some printf fixes
This commit is contained in:
parent
a9808a3edb
commit
d46c239ab0
5 changed files with 5 additions and 5 deletions
|
|
@ -180,7 +180,7 @@ static int make_matrix(struct channelmix *mix)
|
|||
|
||||
unassigned = src_mask & ~dst_mask;
|
||||
|
||||
spa_log_debug(mix->log, "unassigned %08lx", unassigned);
|
||||
spa_log_debug(mix->log, "unassigned %08" PRIx64, unassigned);
|
||||
|
||||
if (unassigned & _MASK(FC)){
|
||||
if ((dst_mask & STEREO) == STEREO){
|
||||
|
|
|
|||
|
|
@ -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