mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
audiotestsrc: add missing break
And make violet noise usable https://bugzilla.gnome.org/show_bug.cgi?id=661105
This commit is contained in:
parent
8d617f4037
commit
70239887e8
1 changed files with 1 additions and 0 deletions
|
@ -1004,6 +1004,7 @@ gst_audio_test_src_change_wave (GstAudioTestSrc * src)
|
||||||
src->gen = g_rand_new ();
|
src->gen = g_rand_new ();
|
||||||
src->red.state = 0.0;
|
src->red.state = 0.0;
|
||||||
src->process = violet_noise_funcs[src->format];
|
src->process = violet_noise_funcs[src->format];
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
GST_ERROR ("invalid wave-form");
|
GST_ERROR ("invalid wave-form");
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue