mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
tests: actually test what we said we would
All tests were testing the default sine wave https://bugzilla.gnome.org/show_bug.cgi?id=661106
This commit is contained in:
parent
70239887e8
commit
be39ab28c3
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ GST_START_TEST (test_all_waves)
|
|||
|
||||
while (values[j].value_name) {
|
||||
GST_DEBUG_OBJECT (audiotestsrc, "testing wave %s", values[j].value_name);
|
||||
g_object_set (audiotestsrc, "wave", values[j].value, NULL);
|
||||
|
||||
fail_unless (gst_element_set_state (audiotestsrc,
|
||||
GST_STATE_PLAYING) == GST_STATE_CHANGE_SUCCESS,
|
||||
|
|
Loading…
Reference in a new issue