play
Description:
[ CCode ( cname = "gst_harness_play" ) ]
public void play ()
public void play ()
This will set the harnessed Element to gst_state_playing.
Elements without a sink- Pad and with the gst_element_flag_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 |