diff options
Diffstat (limited to 'gst')
-rw-r--r-- | gst/audioresample/resample.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |