diff options
Diffstat (limited to 'ext/nas')
-rw-r--r-- | ext/nas/nassink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/nas/nassink.c b/ext/nas/nassink.c index d15f9846..a2ee0575 100644 --- a/ext/nas/nassink.c +++ b/ext/nas/nassink.c @@ -577,7 +577,7 @@ NAS_createFlow (GstNasSink * sink, GstRingBufferSpec * spec) spec->segtotal = 1; GST_DEBUG_OBJECT (sink, "Rate %d Format %d tracks %d bufs %d %d/%d w %d", - spec->rate, format, spec->channels, buf_samples, spec->segsize, + spec->rate, format, spec->channels, (gint) buf_samples, spec->segsize, spec->segtotal, spec->width); AuMakeElementImportClient (&elements[0], /* element */ spec->rate, /* rate */ |