stop printing out readbytes

Original commit message from CVS:
stop printing out readbytes
This commit is contained in:
David I. Lehn 2001-10-24 22:42:11 +00:00
parent 0bb01afa84
commit 8bcaad11e6
2 changed files with 2 additions and 2 deletions

View file

@ -146,7 +146,7 @@ gst_httpsrc_get(GstPad *pad)
return NULL;
}
g_print ("%ld\n", readbytes);
//g_print ("%ld\n", readbytes);
if (readbytes < src->bytes_per_read) {
// FIXME: set the buffer's EOF bit here
}

View file

@ -146,7 +146,7 @@ gst_httpsrc_get(GstPad *pad)
return NULL;
}
g_print ("%ld\n", readbytes);
//g_print ("%ld\n", readbytes);
if (readbytes < src->bytes_per_read) {
// FIXME: set the buffer's EOF bit here
}