[ CCode ( cname = "gst_harness_sink_push_many" ) ]
public FlowReturn sink_push_many (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.
this |
a Harness |
pushes |
a int with the number of calls to gst_harness_push_to_sink |
a FlowReturn with the result of the push |