stop printing out readbytes
authorDavid I. Lehn <dlehn@users.sourceforge.net>
Wed, 24 Oct 2001 22:42:11 +0000 (22:42 +0000)
committerDavid I. Lehn <dlehn@users.sourceforge.net>
Wed, 24 Oct 2001 22:42:11 +0000 (22:42 +0000)
Original commit message from CVS:
stop printing out readbytes

gst/elements/gsthttpsrc.c
plugins/elements/gsthttpsrc.c

index 1dd2cce431056a3c3bb0edb5e68e75d5d7f7462a..201c9f1f0eb451c6f90448170c90c9c9fa22c1cc 100644 (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
   }
index 1dd2cce431056a3c3bb0edb5e68e75d5d7f7462a..201c9f1f0eb451c6f90448170c90c9c9fa22c1cc 100644 (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
   }