|
gstlal 1.13.0
|
Public Member Functions | |
| __init__ (self) | |
| do_transform_caps (self, direction, caps) | |
| do_transform_size (self, direction, caps, size, othercaps) | |
Public Attributes | |
| figure = figure() | |
| axes = self.figure.gca() | |
Base class for transform elements that use Matplotlib to render video.
Definition at line 98 of file matplotlibhelper.py.
| python.matplotlibhelper.BaseMatplotlibTransform.__init__ | ( | self | ) |
Definition at line 103 of file matplotlibhelper.py.
| python.matplotlibhelper.BaseMatplotlibTransform.do_transform_caps | ( | self, | |
| direction, | |||
| caps ) |
GstBaseTransform->transform_caps virtual method.
Definition at line 107 of file matplotlibhelper.py.
| python.matplotlibhelper.BaseMatplotlibTransform.do_transform_size | ( | self, | |
| direction, | |||
| caps, | |||
| size, | |||
| othercaps ) |
GstBaseTransform->transform_size virtual method.
Definition at line 115 of file matplotlibhelper.py.
| python.matplotlibhelper.BaseMatplotlibTransform.axes = self.figure.gca() |
Definition at line 105 of file matplotlibhelper.py.
| python.matplotlibhelper.BaseMatplotlibTransform.figure = figure() |
Definition at line 104 of file matplotlibhelper.py.