set_wants_update_non_rtp_src_caps


Description:

public void set_wants_update_non_rtp_src_caps (bool state)

Call this function in a subclass from GstRTPHeaderExtensionClass::read to tell the depayloader whether the data just parsed from RTP packet require updating its src (non-RTP) caps.

If state is TRUE, BaseDepayload will eventually invoke update_non_rtp_src_caps to have the caps update applied. Applying the update also flips the internal "wants update" flag back to FALSE.

Parameters:

this

a HeaderExtension

state

TRUE if caps update is needed