tests: simple-launch-lines: fixate audioconvert caps now that the layout is also convertable

Because audioconvert can now convert between interleaved and non-interleaved,
this pipeline fails on the upstream capsfilter not being able to fixate its
output caps. This is unavoidable.
This commit is contained in:
George Kiagiadakis 2018-07-11 18:29:52 +03:00
parent a498d3fe6e
commit 22373acee3

View file

@ -113,9 +113,9 @@ GST_START_TEST (test_element_negotiation)
* will apply those caps to the buffers.
* see http://bugzilla.gnome.org/show_bug.cgi?id=315126 */
s = "fakesrc num-buffers=2 ! "
"audio/x-raw,format=" GST_AUDIO_NE (S16) ",rate=22050,channels=1 "
"audio/x-raw,format=" GST_AUDIO_NE (S16) ",rate=22050,channels=1,layout=interleaved "
"! audioconvert "
"! audio/x-raw,format=" GST_AUDIO_NE (S16) ",rate=22050,channels=1 "
"! audio/x-raw,format=" GST_AUDIO_NE (S16) ",rate=22050,channels=1,layout=interleaved "
"! fakesink";
run_pipeline (setup_pipeline (s), s,
GST_MESSAGE_ANY & ~(GST_MESSAGE_ERROR | GST_MESSAGE_WARNING),