mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-13 11:56:35 +00:00
b1cf1ffebd
By default, generate them whenever the file is missing but adding a way to override that with `validateflow,generate-expectations=true` to force regenerating them or setting `validateflow,generate-expectations=false` to disallow generating them (on CI servers for example) Also update the validateflow documentation to take that into account and remove references to pipeline.json file which is now gone! Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/200>
8 lines
No EOL
238 B
Text
8 lines
No EOL
238 B
Text
meta,
|
|
args = {
|
|
"fakesrc num-buffers=1 ! fakesink name=sink",
|
|
},
|
|
configs = {
|
|
"$(validateflow), pad=sink:sink, buffers-checksum=true",
|
|
}
|
|
# The validate tool will simply play the pipeline until EOS is reached. |