Fix: flt.utils.muxer: make sure message's default clock class exists
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 19 Feb 2019 19:51:02 +0000 (14:51 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:38 +0000 (18:19 -0400)
commit2d42927b2d81fbc88ef5e9587c6ae51143ec51ed
tree504916ed506ca5cfd064cf51c3759d1e9ee0dc1d
parentb3f050a97c4caadd05425557f50ea4cebad9c920
Fix: flt.utils.muxer: make sure message's default clock class exists

Without the checks added by this patch, the iterator can borrow the
default clock snapshot of a message related to a stream class without
any default clock class. This is a precondition break.

If there's no default clock class, then we fall back to assuming this
message has the same time as the latest returned message's time.

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