From 4a596daeb3710e5560a801aaaeb872d231133098 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 15 Apr 2002 09:27:03 +0000 Subject: more mergeback from the latest release Original commit message from CVS: more mergeback from the latest release --- sys/oss/gstosssink.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/oss/gstosssink.c') 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); -- cgit