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:
parent
98fb7c070f
commit
4d581cb606
@ -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>
|
2007-08-17 Wim Taymans <wim.taymans@gmail.com>
|
||||||
|
|
||||||
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
|
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
|
||||||
|
@ -265,7 +265,7 @@ gst_rnd_buffer_size_loop (GstRndBufferSize * self)
|
|||||||
if (ret == GST_FLOW_OK) {
|
if (ret == GST_FLOW_OK) {
|
||||||
if (GST_BUFFER_SIZE (buf) < num_bytes) {
|
if (GST_BUFFER_SIZE (buf) < num_bytes) {
|
||||||
self->offset += GST_BUFFER_SIZE (buf);
|
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);
|
GST_BUFFER_SIZE (buf), num_bytes);
|
||||||
} else {
|
} else {
|
||||||
self->offset += num_bytes;
|
self->offset += num_bytes;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user