mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +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>
|
2005-12-11 Edgard Lima <edgard.lima@indt.org.br>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -267,8 +267,6 @@ gst_mms_create (GstPushSrc * psrc, GstBuffer ** buf)
|
||||||
mmsh_read (NULL, mmssrc->connection_h, (char *) data,
|
mmsh_read (NULL, mmssrc->connection_h, (char *) data,
|
||||||
mmssrc->blocksize);
|
mmssrc->blocksize);
|
||||||
}
|
}
|
||||||
printf ("%d\t", result);
|
|
||||||
fflush (stdout);
|
|
||||||
|
|
||||||
/* EOS? */
|
/* EOS? */
|
||||||
if (result == 0) {
|
if (result == 0) {
|
||||||
|
|
Loading…
Reference in a new issue