Add gap handling within bufsink
- Oct 06, 2022
-
-
-
add an is_gap property to Buffers returned from the buffer callback, while invoking the callback during gaps as well. this allows a pipeline to handle gap cases when a buffer callback is added. for example, gstlal_inspiral does checkpointing and other processing even when all ifos are offline, and the conversion to the stream API introduced a regression here. all pipelines that use bufsink have been updated accordingly.
-