From: Stefan Sauer Date: Wed, 7 Sep 2011 12:04:10 +0000 (+0200) Subject: docs: add two mising enum docs X-Git-Tag: 1.19.3~511^2~6555^2~508 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=abc96efb2a64825113273da8717964350fbca5cd;p=platform%2Fupstream%2Fgstreamer.git docs: add two mising enum docs --- diff --git a/gst/audiotestsrc/gstaudiotestsrc.h b/gst/audiotestsrc/gstaudiotestsrc.h index 529ad63..2b51891 100644 --- a/gst/audiotestsrc/gstaudiotestsrc.h +++ b/gst/audiotestsrc/gstaudiotestsrc.h @@ -51,6 +51,8 @@ G_BEGIN_DECLS * @GST_AUDIO_TEST_SRC_WAVE_TICKS: periodic ticks * @GST_AUDIO_TEST_SRC_WAVE_GAUSSIAN_WHITE_NOISE: white (zero mean) Gaussian noise; volume sets the standard deviation of the noise in units of the range of values of the sample type, e.g. volume=0.1 produces noise with a standard deviation of 0.1*32767=3277 with 16-bit integer samples, or 0.1*1.0=0.1 with floating-point samples. * @GST_AUDIO_TEST_SRC_WAVE_RED_NOISE: red (brownian) noise + * @GST_AUDIO_TEST_SRC_WAVE_BLUE_NOISE: spectraly inverted pink noise + * @GST_AUDIO_TEST_SRC_WAVE_VIOLET_NOISE: spectraly inverted red (brownian) noise * * Different types of supported sound waves. */