mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +00:00
Just removed a weird printf ;-)
Original commit message from CVS: Just removed a weird printf ;-)
This commit is contained in:
parent
e066132634
commit
27988d4031
2 changed files with 5 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue