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

gstlaldeglitchfilter.c: update doc

parent 25c59dbd
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ gst_laldeglitch_filter_class_init (GstLALDeglitchFilterClass * klass)
g_param_spec_value_array(
"segment-list",
"Segment List",
"List of Segments. This is an Nx2 array where N (the rows) is the number of segments. The columns are the start and stop times of each segment.",
"List of Segments: MUST BE COALESCED. This is an Nx2 array where N (the rows) is the number of segments. The columns are the start and stop times of each segment.",
g_param_spec_value_array(
"segment",
"[start, stop)",
......@@ -177,7 +177,7 @@ gst_laldeglitch_filter_class_init (GstLALDeglitchFilterClass * klass)
gst_element_class_set_details_simple(gstelement_class,
"LALDeglitchFilter",
"Removes glitches",
"Removes glitches",
"Removes glitches based on a segment list. MUST BE COALESCED.",
"Chad Hanna <<chad.hanna@ligo.org>>");
gst_element_class_add_pad_template (gstelement_class,
......
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