mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
Added a sample tescase file
Original commit message from CVS: Added a sample tescase file
This commit is contained in:
parent
2651b1b3e8
commit
7a40eda7b6
1 changed files with 16 additions and 0 deletions
16
tests/sched/testcases1.tc
Normal file
16
tests/sched/testcases1.tc
Normal file
|
@ -0,0 +1,16 @@
|
|||
tcN: fakesrc-fakesink
|
||||
tcP: fakesrc ! fakesink
|
||||
tcS: A, fakesrc0, handoff
|
||||
tcS: B, fakesink0, handoff
|
||||
tcI: 2
|
||||
tcR: A,1,B,1,A,1,B,1
|
||||
|
||||
|
||||
tcN: fakesrc-identity-fakesink
|
||||
tcP: fakesrc ! identity ! fakesink
|
||||
tcS: A, fakesrc0, handoff
|
||||
tcS: B, identity, handoff
|
||||
tcS: C, fakesink0, handoff
|
||||
tcI: 2
|
||||
tcR: A,1,B,1,C,1,A,1,B,1,C,1
|
||||
|
Loading…
Reference in a new issue