gst/debug/rndbuffersize.c: Fix debug statement.

Original commit message from CVS:
* gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
Fix debug statement.
This commit is contained in:
Wim Taymans 2007-08-17 15:30:39 +00:00
parent 98fb7c070f
commit 4d581cb606
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-08-17 Wim Taymans <wim.taymans@gmail.com>
* gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
Fix debug statement.
2007-08-17 Wim Taymans <wim.taymans@gmail.com>
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):

View file

@ -265,7 +265,7 @@ gst_rnd_buffer_size_loop (GstRndBufferSize * self)
if (ret == GST_FLOW_OK) {
if (GST_BUFFER_SIZE (buf) < num_bytes) {
self->offset += GST_BUFFER_SIZE (buf);
GST_WARNING_OBJECT (self, "short buffer : %lu < %lu",
GST_WARNING_OBJECT (self, "short buffer : %u < %lu",
GST_BUFFER_SIZE (buf), num_bytes);
} else {
self->offset += num_bytes;