flt.utils.muxer: implement "seek beginning" and "can seek beginning" methods
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 19 Feb 2019 18:34:25 +0000 (13:34 -0500)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 2 May 2019 20:50:15 +0000 (20:50 +0000)
commitb5443165dea4fc66cabe3173a5d09fa1e8caef9b
tree315fc417acd631a1ecd44bfd5187ce7e96a434d7
parent2d6bab5c19eff3d1db38c9b8a2c77e99fe5a2922
flt.utils.muxer: implement "seek beginning" and "can seek beginning" methods

The `flt.utils.muxer` "can seek beginning" method returns the logical
conjunction of all the upstream message iterators's "can seek beginning"
results.

The `flt.utils.muxer` "seek beginning" method performs a "seek
beginning" operation on all its upstream message iterators.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
plugins/utils/muxer/muxer.c
plugins/utils/muxer/muxer.h
plugins/utils/plugin.c
This page took 0.024952 seconds and 4 git commands to generate.