mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
stop printing out readbytes
Original commit message from CVS: stop printing out readbytes
This commit is contained in:
parent
0bb01afa84
commit
8bcaad11e6
2 changed files with 2 additions and 2 deletions
|
@ -146,7 +146,7 @@ gst_httpsrc_get(GstPad *pad)
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
g_print ("%ld\n", readbytes);
|
//g_print ("%ld\n", readbytes);
|
||||||
if (readbytes < src->bytes_per_read) {
|
if (readbytes < src->bytes_per_read) {
|
||||||
// FIXME: set the buffer's EOF bit here
|
// FIXME: set the buffer's EOF bit here
|
||||||
}
|
}
|
||||||
|
|
|
@ -146,7 +146,7 @@ gst_httpsrc_get(GstPad *pad)
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
g_print ("%ld\n", readbytes);
|
//g_print ("%ld\n", readbytes);
|
||||||
if (readbytes < src->bytes_per_read) {
|
if (readbytes < src->bytes_per_read) {
|
||||||
// FIXME: set the buffer's EOF bit here
|
// FIXME: set the buffer's EOF bit here
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue