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 clutter_gst_video_sink_get_pipeline
to get a pipeline suitable for
rendering the frame. If the application is using a custom pipeline it can alternatively call clutter_gst_video_sink_attach_frame
to
attach the textures.