mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:36:20 +00:00
tests/examples/playlist.c: make audio stream of audiotestsrc silent (it's much
less annoying).
This commit is contained in:
parent
394f11e90f
commit
9de8dc2726
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ pattern_source_fill_func (GESTimelineObject * object,
|
||||||
g_object_set (testsrc, "pattern", pattern, NULL);
|
g_object_set (testsrc, "pattern", pattern, NULL);
|
||||||
} else if ((track->type) == GES_TRACK_TYPE_AUDIO) {
|
} else if ((track->type) == GES_TRACK_TYPE_AUDIO) {
|
||||||
testsrc = gst_element_factory_make ("audiotestsrc", NULL);
|
testsrc = gst_element_factory_make ("audiotestsrc", NULL);
|
||||||
g_object_set (testsrc, "freq", 440.0, NULL);
|
g_object_set (testsrc, "volume", (gdouble) 0, NULL);
|
||||||
} else
|
} else
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue