projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f50f516
)
pulsesink: printf format fix
author
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Thu, 5 Nov 2009 23:46:58 +0000
(23:46 +0000)
committer
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Thu, 5 Nov 2009 23:46:58 +0000
(23:46 +0000)
ext/pulse/pulsesink.c
patch
|
blob
|
history
diff --git
a/ext/pulse/pulsesink.c
b/ext/pulse/pulsesink.c
index 45c36652c1896e74ba53bde5158e48e232b545b2..e416cae0ee597cf364c1d595d8aae73f09a32170 100644
(file)
--- a/
ext/pulse/pulsesink.c
+++ b/
ext/pulse/pulsesink.c
@@
-1228,8
+1228,8
@@
gst_pulseringbuffer_commit (GstRingBuffer * buf, guint64 * sample,
towrite = avail * bps;
- GST_LOG_OBJECT (psink, "writing %
d
samples at offset %" G_GUINT64_FORMAT,
- avail, offset);
+ GST_LOG_OBJECT (psink, "writing %
u
samples at offset %" G_GUINT64_FORMAT,
+
(guint)
avail, offset);
if (G_LIKELY (inr == outr && !reverse)) {
/* no rate conversion, simply write out the samples */