core::VideoPipeline::VideoPipeline Class Reference
List of all members.
Detailed Description
Member Function Documentation
def core::VideoPipeline::VideoPipeline::__init__ |
( |
|
self, |
|
|
|
num_videos = 0 , |
|
|
|
xid_list = None , |
|
|
|
widgets_callback_dict = None , |
|
|
|
player_bus = player_bus | |
|
) |
| | |
Setting the pipeline up
@param name: Name of pipeline
def core::VideoPipeline::VideoPipeline::cb_on_message |
( |
|
self, |
|
|
|
bus, |
|
|
|
message | |
|
) |
| | |
Receives a message from the bus on a 'message' signal
@param bus: bus
@param message: message
def core::VideoPipeline::VideoPipeline::cb_on_sync_message |
( |
|
self, |
|
|
|
bus, |
|
|
|
message | |
|
) |
| | |
Receives a message from the bus on a 'sync-message::element' signal
@param bus: bus
@param message: message
def core::VideoPipeline::VideoPipeline::cb_pipeline_cleaning_up |
( |
|
self, |
|
|
|
data, |
|
|
|
event | |
|
) |
| | |
Cleaning up the pipeline before the pipeline's window closes
@param data: data
@param event: event
def core::VideoPipeline::VideoPipeline::find_element |
( |
|
self, |
|
|
|
name | |
|
) |
| | |
Finds some element inside the pipeline
@param name: element's name
@return: element
def core::VideoPipeline::VideoPipeline::pipeline_add |
( |
|
self, |
|
|
|
bin | |
|
) |
| | |
Adding elements of bin into pipeline
@param bin: bin with elements
def core::VideoPipeline::VideoPipeline::setup_pipeline |
( |
|
self, |
|
|
|
source_locations_list | |
|
) |
| | |
Setting pipeline up
@param source_locations_list: List of the source locations
The documentation for this class was generated from the following file: