push_from_src
Description:
Transfer data from the src-Harness to the main- Harness.
It consists of 4 steps: 1: Make sure the src is started. (see: gst_harness_play) 2: Crank the clock (see: gst_harness_crank_single_clock_wait) 3: Pull a Buffer from the src- Harness (see: gst_harness_pull) 4: Push the same Buffer into the main- Harness (see: gst_harness_push)
MT safe.
Parameters:
this |
a Harness |
Returns:
a FlowReturn with the result of the push |