mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
I suck
Original commit message from CVS: I suck
This commit is contained in:
parent
f9c5d22fbe
commit
2dec34c12a
1 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue