Harness.sinkPushMany

gst.types.FlowReturn sinkPushMany(int pushes)

Convenience that calls gst_harness_push_to_sink pushes number of times. Will abort the pushing if any one push fails.

MT safe.

Parameters

pushesa #gint with the number of calls to gst_harness_push_to_sink

Returns

a #GstFlowReturn with the result of the push