play


Description:

[ CCode ( cname = "gst_harness_play" ) ]
public void play ()

This will set the harnessed Element to PLAYING.

Elements without a sink-#GstPad and with the SOURCE flag set is considered a src Element Non-src Elements (like sinks and filters) are automatically set to playing by the Harness, but src Elements are not to avoid them starting to produce buffers. Hence, for src Element you must call play explicitly.

MT safe.

Parameters:

this

a Harness