mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
use defaults that make a noise
Original commit message from CVS: use defaults that make a noise
This commit is contained in:
parent
5796dfae1f
commit
6225c7a1a3
1 changed files with 2 additions and 0 deletions
|
@ -165,6 +165,8 @@ gst_sinesrc_init (GstSineSrc *src)
|
|||
|
||||
src->format = 16;
|
||||
src->samplerate = 44100;
|
||||
src->volume = 1.0;
|
||||
src->freq = 440.0;
|
||||
|
||||
src->newcaps = TRUE;
|
||||
|
||||
|
|
Loading…
Reference in a new issue