Skip to content
Snippets Groups Projects
Commit 20630b71 authored by chad.hanna's avatar chad.hanna
Browse files

gstlal_latency: make gap aware

parent 4d9d9fa2
No related branches found
No related tags found
No related merge requests found
......@@ -266,6 +266,7 @@ static void gstlal_latency_class_init(GSTLALLatencyClass *klass)
static void gstlal_latency_init(GSTLALLatency *element)
{
gst_base_transform_set_passthrough(GST_BASE_TRANSFORM(element), TRUE);
gst_base_transform_set_gap_aware(GST_BASE_TRANSFORM(element), TRUE);
element->silent = DEFAULT_SILENT;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment