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

added lal_mean element

parent 54c14f00
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,7 @@
#include <gstlal_reblock.h>
#include <gstlal_delay.h>
#include <gstlal_iirbank.h>
#include <gstlal_mean.h>
/*
......@@ -125,6 +126,7 @@ static gboolean plugin_init(GstPlugin *plugin)
{"lal_reblock", GSTLAL_REBLOCK_TYPE},
{"lal_delay", GSTLAL_DELAY_TYPE},
{"lal_iirbank", GSTLAL_IIRBANK_TYPE},
{"lal_mean", GSTLAL_MEAN_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