Import gst-integration-testsuites
[platform/upstream/gstreamer.git] / subprojects / gst-integration-testsuites / testsuites / validate / playbin3 / sourcebin_check_mixed_static_and_dyanmic_pads.validatetest
1 meta,
2     handles-states=true,
3     args = {
4         "playbin3 uri=testbin://video video-sink=\"fakesink sync=true\" audio-sink=\"fakesink sync=true\"",
5     }
6
7 pause
8 set-properties, testsrcbin0::stream-types=video+audio
9 wait, message-type=async-done  # New `async-done` message after the sink is added
10
11 # Check that the new pad has been exposed
12 check-properties, urisourcebin0.src_1::name=src_1
13
14 stop