gstreamer/gst/audiotestsrc
Leo Singer 82199c5815 audiotestsrc: each element gets its own instance of GRand, if needed
As a result, pipelines that contain multiple instances of audiotestsrc
with the 'wave' property set to 'white-noise', 'pink-noise', or
'gaussian-noise' will run much faster, since they won't be competing
for access to the global, lock-protected instance of GRand.

Fixes bug #642720.
2011-02-19 08:37:46 +01:00
..
gstaudiotestsrc.c audiotestsrc: each element gets its own instance of GRand, if needed 2011-02-19 08:37:46 +01:00
gstaudiotestsrc.h audiotestsrc: each element gets its own instance of GRand, if needed 2011-02-19 08:37:46 +01:00
Makefile.am Don't install static libs for plugins. Fixes #550851 for base. 2008-10-16 15:07:00 +00:00