|
gstlal 1.13.0
|
Public Member Functions | |
| __init__ (self, pipeline, appsinks, basename, verbose=False) | |
| execute (self, elem) | |
Public Attributes | |
| pipeline = pipeline | |
| str | filestem = "%s.%s" % (basename, "TRIGGERS") |
| verbose = verbose | |
| remaining_lock = threading.Lock() | |
| dict | remaining = {} |
Add a signal handler to write a pipeline graph upon receipt of the
first trigger buffer. the caps in the pipeline graph are not fully
negotiated until data comes out the end, so this version of the graph
shows the final formats on all links
| python.pipeparts.sink.ConnectAppsinkDumpDot.__init__ | ( | self, | |
| pipeline, | |||
| appsinks, | |||
| basename, | |||
| verbose = False ) |
| python.pipeparts.sink.ConnectAppsinkDumpDot.execute | ( | self, | |
| elem ) |
| python.pipeparts.sink.ConnectAppsinkDumpDot.filestem = "%s.%s" % (basename, "TRIGGERS") |
| python.pipeparts.sink.ConnectAppsinkDumpDot.pipeline = pipeline |
| dict python.pipeparts.sink.ConnectAppsinkDumpDot.remaining = {} |
| python.pipeparts.sink.ConnectAppsinkDumpDot.remaining_lock = threading.Lock() |
| python.pipeparts.sink.ConnectAppsinkDumpDot.verbose = verbose |