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).
BaseParse.disablePassthrough
bool disablePassthrough() @propertyGet disablePassthrough property.
Returns
If set to true, baseparse will unconditionally force parsing of the
void disablePassthrough(bool propval) @propertySet disablePassthrough property.
Parameters
propval | 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). |