check: Fix usage of dual probes
authorEdward Hervey <edward@centricular.com>
Tue, 5 Sep 2017 12:26:52 +0000 (14:26 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Tue, 5 Sep 2017 12:28:54 +0000 (14:28 +0200)
commit58a2df001c0753317e80f05d31e083ec09ad9d78
treec127ca76995fcbfbbbd6cc9dd1bd58287d688b54
parent4d2382fb27378bfaec938f5c747fe68500f5c499
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