Set if the nature of the format or configuration does not allow (much) parsing, and the parser should operate in passthrough mode (which only applies when operating in push mode). That is, incoming buffers are pushed through unmodified, i.e. no GstBaseParseClas.handle_frame|GstBaseParseClas.handle_frames will be invoked, but GstBaseParseClas.pre_push_frame|GstBaseParseClas.pre_push_frames will still be invoked, so subclass can perform as much or as little is appropriate for passthrough semantics in GstBaseParseClas.pre_push_frame|GstBaseParseClas.pre_push_frames.
TRUE if parser should run in passthrough mode
Set if the nature of the format or configuration does not allow (much) parsing, and the parser should operate in passthrough mode (which only applies when operating in push mode). That is, incoming buffers are pushed through unmodified, i.e. no GstBaseParseClas.handle_frame|GstBaseParseClas.handle_frames will be invoked, but GstBaseParseClas.pre_push_frame|GstBaseParseClas.pre_push_frames will still be invoked, so subclass can perform as much or as little is appropriate for passthrough semantics in GstBaseParseClas.pre_push_frame|GstBaseParseClas.pre_push_frames.