mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
audio: fix debug line
This commit is contained in:
parent
9d8db57eb0
commit
4e1ed6f649
1 changed files with 1 additions and 1 deletions
|
@ -1136,7 +1136,7 @@ gst_audio_channel_positions_from_mask (gint channels, guint64 channel_mask,
|
|||
g_return_val_if_fail (channels != 0, FALSE);
|
||||
|
||||
GST_DEBUG ("converting %d channels for "
|
||||
" channel mask 0x%016" G_GINT64_MODIFIER "x");
|
||||
" channel mask 0x%016" G_GINT64_MODIFIER "x", channels, channel_mask);
|
||||
|
||||
if (!channel_mask) {
|
||||
if (channels == 1) {
|
||||
|
|
Loading…
Reference in a new issue