1
0
Fork 0
mutter-performance-source/doc/reference/cogl-gst/cogl-gst-sections.txt
Robert Bragg 4d5af45d99 cogl-gst: adds _sink_is_ready() api
This adds a cogl_gst_video_sink_is_ready() for code to be able to
check if it's safe to call cogl_gst_video_sink_get_pipeline() or
cogl_gst_video_sink_setup_pipeline() without causing an error.
Normally an application can listen for the pipeline-ready signal but
sometimes a sink can be passed between components that didn't have an
opportunity to connect a signal handler, so they need a way to
directly check the status.

Reviewed-by: Neil Roberts <neil@linux.intel.com>

(cherry picked from commit 9e7db391a87beee7c448f2a67b3e7202779ce9b2)
2013-07-25 16:46:18 +01:00

33 lines
828 B
Text

<SECTION>
<FILE>cogl-gst-video-sink</FILE>
<TITLE>CoglGstVideoSink</TITLE>
<SUBSECTION>
CoglGstVideoSink
CoglGstVideoSinkClass
cogl_gst_video_sink_new
cogl_gst_video_sink_set_context
cogl_gst_video_sink_get_pipeline
cogl_gst_video_sink_attach_frame
cogl_gst_video_sink_setup_pipeline
cogl_gst_video_sink_get_free_layer
cogl_gst_video_sink_set_first_layer
cogl_gst_video_sink_set_default_sample
cogl_gst_video_sink_is_ready
cogl_gst_video_sink_get_aspect
cogl_gst_video_sink_get_width_for_height
cogl_gst_video_sink_get_height_for_width
cogl_gst_video_sink_fit_size
<SUBSECTION Standard>
COGL_GST_IS_VIDEO_SINK
COGL_GST_IS_VIDEO_SINK_CLASS
COGL_GST_VIDEO_SINK
COGL_GST_VIDEO_SINK_CLASS
COGL_GST_TYPE_VIDEO_SINK
COGL_GST_VIDEO_SINK_GET_CLASS
<SUBSECTION Private>
CoglGstVideoSinkPrivate
cogl_gst_video_sink_get_type
</SECTION>