[gst-devel] [gstreamer] Problem with pulling data from a sink pad
iain
iain at prettypeople.org
Wed Dec 24 11:06:00 CET 2003
On Tue, 2003-12-23 at 18:52 +0100, Thomas Vander Stichele wrote:
> If you have a good file format to use for peak files (or someone else,
> iain ?) that we could use, I can easily implement this plug-in.
All the marlin peak file format is, is an array of
struct {
float max;
float min;
float avg_max;
float avg_min;
};
mmapped out to disk for every 4096 frames.
And I don't think I do anything with the last two floats yet.
iain
--
More information about the gstreamer-devel
mailing list