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 1dd2cce..201c9f1 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 1dd2cce..201c9f1 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
   }