tests/examples/playlist.c: make audio stream of audiotestsrc silent (it's much

less annoying).
This commit is contained in:
Brandon Lewis 2010-05-28 00:19:24 +02:00 committed by Edward Hervey
parent 394f11e90f
commit 9de8dc2726

View file

@ -84,7 +84,7 @@ pattern_source_fill_func (GESTimelineObject * object,
g_object_set (testsrc, "pattern", pattern, NULL);
} else if ((track->type) == GES_TRACK_TYPE_AUDIO) {
testsrc = gst_element_factory_make ("audiotestsrc", NULL);
g_object_set (testsrc, "freq", 440.0, NULL);
g_object_set (testsrc, "volume", (gdouble) 0, NULL);
} else
return FALSE;