mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
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:
parent
a498d3fe6e
commit
22373acee3
1 changed files with 2 additions and 2 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue