|
|
def | __init__ (self, appsink_new_buffer, appsinks=[]) |
| |
|
def | add_sink (self, pipeline, src, drop=False, properties) |
| |
| def | attach (self, appsink) |
| |
|
def | new_preroll_handler (self, elem) |
| |
|
def | new_sample_handler (self, elem) |
| |
|
def | eos_handler (self, elem) |
| |
| def | pull_buffers (self, elem) |
| |
|
|
| lock |
| |
|
| appsink_new_buffer |
| |
|
| appsinks |
| |
|
| at_eos |
| |
Definition at line 809 of file __init__.py.
◆ attach()
| def python.pipeparts.AppSync.attach |
( |
|
self, |
|
|
|
appsink |
|
) |
| |
connect this AppSync's signal handlers to the given appsink
element. the element's max-buffers property will be set to
1 (required for AppSync to work).
Definition at line 827 of file __init__.py.
◆ pull_buffers()
| def python.pipeparts.AppSync.pull_buffers |
( |
|
self, |
|
|
|
elem |
|
) |
| |
for internal use. must be called with lock held.
Definition at line 869 of file __init__.py.
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/gstlal-1.4.1/python/pipeparts/__init__.py