set_wants_update_non_rtp_src_caps
Description:
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 | |
state |
TRUE if caps update is needed |