attach_frame


Description:

public void attach_frame (Pipeline pln)

Updates the given pipeline with the textures for the current frame.

This can be used if the application wants to customize the rendering using its own pipeline. Typically this would be called in response to the new_frame signal which is emitted whenever the new textures are available. The application would then make a copy of its template pipeline and call this to set the textures.

Parameters:

this

The VideoSink

pln

A Pipeline