RTP header extensions provided in the sink caps, saving the application the need to handle these extensions manually using the GstRTPBaseDepayload::request-extension: signal.
RTPBaseDepayload.autoHeaderExtension
bool autoHeaderExtension() @propertyGet autoHeaderExtension property.
Returns
If enabled, the depayloader will automatically try to enable all the
void autoHeaderExtension(bool propval) @propertySet autoHeaderExtension property.
Parameters
propval | If enabled, the depayloader will automatically try to enable all the RTP header extensions provided in the sink caps, saving the application the need to handle these extensions manually using the GstRTPBaseDepayload::request-extension: signal. |