summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-04-15 09:27:03 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-04-15 09:27:03 +0000
commit4a596daeb3710e5560a801aaaeb872d231133098 (patch)
treecee6e4784c61e9f9387eadc2ef1e8a9aff485761 /sys
parent79fa56ed76ae91ff01edbc20b5cc7ceb50d2bf7c (diff)
more mergeback from the latest release
Original commit message from CVS: more mergeback from the latest release
Diffstat (limited to 'sys')
-rw-r--r--sys/oss/gstosssink.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/oss/gstosssink.c b/sys/oss/gstosssink.c
index 59e1950c..c5d96cb1 100644
--- a/sys/oss/gstosssink.c
+++ b/sys/oss/gstosssink.c
@@ -474,9 +474,7 @@ gst_osssink_chain (GstPad *pad, GstBuffer *buf)
}
- /* FIXME: reverted wtay's patch.
- The way that's commented out isn't working on BE machines.
- I guess it should be sample accurate and not capped inbetween.
+ /* this doesn't work on BE machines, apparently
while (size) {
gint tosend = MIN (size, frag);
write (osssink->fd, data, tosend);