From: George Kiagiadakis Date: Wed, 11 Jul 2018 15:29:52 +0000 (+0300) Subject: tests: simple-launch-lines: fixate audioconvert caps now that the layout is also... X-Git-Tag: 1.19.3~511^2~1588 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=22373acee31c6dd7d194204f37a3b2b31e1a7510;p=platform%2Fupstream%2Fgstreamer.git 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. --- diff --git a/tests/check/pipelines/simple-launch-lines.c b/tests/check/pipelines/simple-launch-lines.c index d3e9bb7..cb079fc 100644 --- a/tests/check/pipelines/simple-launch-lines.c +++ b/tests/check/pipelines/simple-launch-lines.c @@ -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),