Top |
GObject ╰── GInitiallyUnowned ╰── GstObject ╰── GstElement ╰── GstBin ╰── GstPipeline ╰── GstIpcSlavePipeline
This is a GstPipeline subclass meant to embed one ore more ipcpipelinesrc elements, and be slaved transparently to the master pipeline, using one ore more ipcpipelinesink elements on the master.
The actual pipeline slaving logic happens in ipcpipelinesrc. The only thing that this class actually does is that it watches the pipeline bus for messages and forwards them to the master pipeline through the ipcpipelinesrc elements that it contains.
For more details about this mechanism and its uses, see the documentation of the ipcpipelinesink element.
plugin |
ipcpipeline |
author |
Vincent Penquerc'h <vincent.penquerch@collabora.co.uk |
class |
Generic/Bin/Slave |