[gst-devel] audio/raw float caps format

Benjamin Otte in7y118 at public.uni-hamburg.de
Tue Jun 24 03:43:39 CEST 2003


On 23 Jun 2003, Ronald Bultje wrote:

> I vote for changing int-audio/raw to: audio/raw with two properties:
> layout = "guint8 or "gint16" and endianness = G_LITTLE/BIT_ENDIAN.
>
Please don't. I don't see why we only want to support a subset of
audioformats that pretty much every audio lib supports.
These two formats are the most common, but probably not the only ones
used.

And apart from that I hate using glib type names to describe formats. Same
goes for float audio, I'd prefer a width parameter to a "gfloat"/"gdouble"
distinction.
And btw, if there are endianness issues with floats, we need to do
endianness there, too.


We shouldn't make it too simple. And we should really support all possible
formats.





More information about the gstreamer-devel mailing list