Skip to content
Snippets Groups Projects
Commit 20c6a433 authored by Chad Hanna's avatar Chad Hanna
Browse files

added new peak finding element

parent b62507cc
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,7 @@
#include <gstlal_blcbc_triggergen.h>
#include <gstlal_audioundersample.h>
#include <gstlal_drop.h>
#include <gstlal_peak.h>
/*
......@@ -137,6 +138,7 @@ static gboolean plugin_init(GstPlugin *plugin)
{"lal_blcbctriggergen", GSTLAL_BLCBC_TRIGGERGEN_TYPE},
{"lal_audioundersample", GSTLAL_AUDIOUNDERSAMPLE_TYPE},
{"lal_drop", GSTLAL_DROP_TYPE},
{"lal_peak", GSTLAL_PEAK_TYPE},
{NULL, 0},
};
......
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