[gst-devel] Re: [gst-cvs] gstreamer wingo

Andy Wingo apwingo at eos.ncsu.edu
Sat Aug 25 02:24:05 CEST 2001


also, you should call this when the element is NULL, as you can only
set this (and have it work) once and capsnego will try to set it when it
turns the stream on. the reason this is so idiosyncratic is because oss
*is* that way, an option for frag size and number seperately would
result in two fragment-setting attempts, the second of which would not
work.

note to self: work on plugin doc build system...

On Fri, 24 Aug 2001, Andy Wingo wrote:

> CVSROOT:	/cvsroot/gstreamer
> Module name:	gstreamer
> Changes by:	wingo	01/08/24 16:58:13
> 
> Modified files:
> 	plugins/oss    : gstosssink.c 
> 
> Log message:
> You can now set the max number of fragments as well as the frag size. There's no
> other option, just set "fragment" to, say, 0x00180008 for 24 256-byte frags. If
> you leave out the high bits, they will default to 0x7fff, or unlimited number of
> fragments (calculated to give 0.5 s latency). this should probably be documented
> somewhere...
> 
> 
> _______________________________________________
> gstreamer-cvs mailing list
> gstreamer-cvs at lists.sourceforge.net
> http://lists.sourceforge.net/lists/listinfo/gstreamer-cvs




More information about the gstreamer-devel mailing list