Just removed a weird printf ;-)

Original commit message from CVS:
Just removed a weird printf ;-)
This commit is contained in:
Edgard Lima 2005-12-11 23:54:56 +00:00
parent e066132634
commit 27988d4031
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2005-12-11 Edgard Lima <edgard.lima@indt.org.br>
* ext/libmms/gstmms.c:
Just removed a weird printf ;-)
2005-12-11 Edgard Lima <edgard.lima@indt.org.br>
* configure.ac:

View file

@ -267,8 +267,6 @@ gst_mms_create (GstPushSrc * psrc, GstBuffer ** buf)
mmsh_read (NULL, mmssrc->connection_h, (char *) data,
mmssrc->blocksize);
}
printf ("%d\t", result);
fflush (stdout);
/* EOS? */
if (result == 0) {