I suck
Original commit message from CVS: I suck
This commit is contained in:
parent
f9c5d22fbe
commit
2dec34c12a
@ -335,7 +335,6 @@ gst_alsa_sink_loop (GstElement * element)
|
||||
g_return_if_fail (sink != NULL);
|
||||
|
||||
sink_restart:
|
||||
g_print ("start: %p, %u\n", sink->data[0], sink->size[0]);
|
||||
|
||||
avail = gst_alsa_update_avail (this);
|
||||
if (avail == -EPIPE)
|
||||
@ -476,7 +475,6 @@ sink_restart:
|
||||
}
|
||||
|
||||
/* FIXME: lotsa stuff can have happened while fetching data. Do we need to check something? */
|
||||
g_print ("transmit: %p, %u\n", sink->data[0], sink->size[0]);
|
||||
|
||||
/* put this data into alsa */
|
||||
if ((copied = this->transmit (this, &avail)) < 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user