diff options
m--------- | common | 0 | ||||
-rw-r--r-- | gst/audioresample/resample.c | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/common b/common -Subproject 9991f6fa61ee11475c390dd6675ef7952f079e4 +Subproject a4af1b8542911352e29d53fba47e2c3d7231ebd diff --git a/gst/audioresample/resample.c b/gst/audioresample/resample.c index 7571ff15..8ad22e85 100644 --- a/gst/audioresample/resample.c +++ b/gst/audioresample/resample.c @@ -155,7 +155,7 @@ resample_input_pushthrough (ResampleState * r) buffer = audioresample_buffer_new_and_alloc (filter_bytes / 2); memset (buffer->data, 0, buffer->length); - RESAMPLE_DEBUG ("pushthrough", buffer->length); + RESAMPLE_DEBUG ("pushthrough %u", buffer->length); audioresample_buffer_queue_push (r->queue, buffer); } |