new_frame


Description:

public virtual signal void new_frame ()

The sink will emit this signal whenever there are new textures available for a new frame of the video.

After this signal is emitted, an application can call get_pipeline to get a pipeline suitable for rendering the frame. If the application is using a custom pipeline it can alternatively call attach_frame to attach the textures.