bt_port_output_message_iterator_create(): check that graph has no sinks
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 19 Mar 2019 18:39:17 +0000 (14:39 -0400)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 2 May 2019 20:50:15 +0000 (20:50 +0000)
commit2bcba397e82f6691961fe70ebed36db8064358ac
treebfd00fa248ab4d92666059c8c5da2eb869779a72
parentf4f5c8ca2d211d747377a21f5d55123875ffdc7f
bt_port_output_message_iterator_create(): check that graph has no sinks

The graph must not have any sink component when calling
bt_port_output_message_iterator_create() because the purpose of an
output port message iterator is to iterator the messages of a source or
a filter component.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
lib/graph/iterator.c
This page took 0.023859 seconds and 4 git commands to generate.