utils.muxer: expect specific clock class properties to mux
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 8 Jun 2017 23:00:07 +0000 (19:00 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 9 Jun 2017 21:03:27 +0000 (17:03 -0400)
commit282c8cd0c07c88c6360d6e8b0ff03f7bdd96661e
treed8b80c8c2657e1ccffcb832cbb8c38e577456e91
parent75c3fca1fc5b7fb625894a670b6d814d106161b6
utils.muxer: expect specific clock class properties to mux

This patch makes a filter.utils.muxer component's notification iterator
set what properties it expects from future clock classes from the first
clock classes it checks. The possible expectations are:

* Expect absolute clock classes, any UUID.
* Expect non-absolute clock classes, without a UUID.
* Expect non-absolute clock classes, with a specific UUID.

With this patch you can make the component mux the streams of a single
trace of which the clock is not absolute, or has no UUID.

The `assume-absolute-clock-classes` parameter overrides all those
checks.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
cli/babeltrace-cfg-cli-args.c
plugins/utils/muxer/muxer.c
This page took 0.023914 seconds and 4 git commands to generate.