1# Common metadatas to check the videorate element behavior with different 2# framerate specified by previously setting variables with: 3# ``` 4# set-global, in_framerate=<videorate skinkpad framerate>, out_framerate=<videorate srcpad framerate> 5# ``` 6# and then `include, location="videorate-test.meta" to setup the test with this 7# file 8meta, 9 handles-states=true, 10 ignore-eos=true, 11 args = { 12 "videotestsrc pattern=ball animation-mode=frames ! video/x-raw,format=I420,framerate=$(in_framerate) ! videorate name=videorate ! video/x-raw,format=I420,framerate=$(out_framerate) ! fakesink sync=true", 13 }, 14 configs = { 15 "$(validateflow), pad=videorate:sink, buffers-checksum=true", 16 "$(validateflow), pad=videorate:src, buffers-checksum=true", 17 } 18