BaseParse.disablePassthrough

bool disablePassthrough() @property

Get disablePassthrough property.

Returns

If set to true, baseparse will unconditionally force parsing of the

incoming data. This can be required in the rare cases where the incoming side-data (caps, pts, dts, ...) is not trusted by the user and wants to force validation and parsing of the incoming data. If set to false, decision of whether to parse the data or not is up to the implementation (standard behaviour).

void disablePassthrough(bool propval) @property

Set disablePassthrough property.

Parameters

propvalIf set to true, baseparse will unconditionally force parsing of the incoming data. This can be required in the rare cases where the incoming side-data (caps, pts, dts, ...) is not trusted by the user and wants to force validation and parsing of the incoming data. If set to false, decision of whether to parse the data or not is up to the implementation (standard behaviour).