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:
a304764
)
rtpsbcdepay: fix printf format compiler warnings
author
Nicola Murino
<nicola.murino@gmail.com>
Fri, 5 Apr 2013 12:38:43 +0000
(14:38 +0200)
committer
Tim-Philipp Müller
<tim@centricular.net>
Fri, 5 Apr 2013 12:50:19 +0000
(13:50 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=697343
gst/rtp/gstrtpsbcdepay.c
patch
|
blob
|
history
diff --git
a/gst/rtp/gstrtpsbcdepay.c
b/gst/rtp/gstrtpsbcdepay.c
index 5f7c5c05c8e1d94899180561d9c2fa888693ef98..5bf91ea8329da0156f72c3fa62d103e0e3d576b7 100644
(file)
--- a/
gst/rtp/gstrtpsbcdepay.c
+++ b/
gst/rtp/gstrtpsbcdepay.c
@@
-202,7
+202,7
@@
gst_rtp_sbc_depay_process (GstRTPBaseDepayload * base, GstBuffer * in)
gst_rtp_buffer_map (in, GST_MAP_READ, &rtp);
- GST_LOG_OBJECT (depay, "Got %" G_G
UINT64
_FORMAT " bytes",
+ GST_LOG_OBJECT (depay, "Got %" G_G
SIZE
_FORMAT " bytes",
gst_buffer_get_size (in));
if (gst_rtp_buffer_get_marker (&rtp)) {