cleanly call Stream.set_state during shutdown
Fix a bug introduced in !230 (merged).
Code introduced in !230 (merged) in gstlal_inspiral
refers to Stream.get_state
but the method doesn't exist.
This MR adds the method which is a passes the call to self.pipeline.get_state
.
Edited by Ron Tapia