mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-25 16:48:11 +00:00
rtpsbcdepay: fix printf format compiler warnings
https://bugzilla.gnome.org/show_bug.cgi?id=697343
This commit is contained in:
parent
a30476497f
commit
c41c16424d
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ gst_rtp_sbc_depay_process (GstRTPBaseDepayload * base, GstBuffer * in)
|
||||||
|
|
||||||
gst_rtp_buffer_map (in, GST_MAP_READ, &rtp);
|
gst_rtp_buffer_map (in, GST_MAP_READ, &rtp);
|
||||||
|
|
||||||
GST_LOG_OBJECT (depay, "Got %" G_GUINT64_FORMAT " bytes",
|
GST_LOG_OBJECT (depay, "Got %" G_GSIZE_FORMAT " bytes",
|
||||||
gst_buffer_get_size (in));
|
gst_buffer_get_size (in));
|
||||||
|
|
||||||
if (gst_rtp_buffer_get_marker (&rtp)) {
|
if (gst_rtp_buffer_get_marker (&rtp)) {
|
||||||
|
|
Loading…
Reference in a new issue