check: Fix usage of dual probes
authorEdward Hervey <edward@centricular.com>
Tue, 5 Sep 2017 12:26:52 +0000 (14:26 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 2 Dec 2017 15:10:27 +0000 (15:10 +0000)
commitab4dd3f57797d0866d772f8a07c583a9def389b3
treea7f29ed74620d1d57d356889664e02bbf1c6c287
parent2cd988e763fb2897bc4a82b09108f09a35587c34
check: Fix usage of dual probes

Using two (or more) probes on the same pad where one of the probe
returns HANDLED or DROP is tricky since the other probes might
not be called.

Instead use regular probes and a proper pad (the sinkpad already existed,
it only required to be activated and have a dummy chain function for
the events/buffers to be received/handled properly)
tests/check/libs/aggregator.c