set_drop_buffers
Description:
[ CCode ( cname = "gst_harness_set_drop_buffers" ) ]
public void set_drop_buffers (bool drop_buffers)
public void set_drop_buffers (bool drop_buffers)
When set to true
, instead of placing the buffers arriving from the harnessed
Element inside the sinkpads
AsyncQueue, they are instead unreffed.
MT safe.
Parameters:
this |
a Harness |
drop_buffers |
a bool specifying to drop outgoing buffers or not |