diff options
author | Robert Bragg <robert@sixbynine.org> | 2013-07-09 18:29:24 +0100 |
---|---|---|
committer | Neil Roberts <neil@linux.intel.com> | 2013-07-25 16:46:18 +0100 |
commit | 4d5af45d990c8a0aba19e941702a98598f44652d (patch) | |
tree | 02356b2b351862d26555e729a1c0eeb68aa5c113 /doc | |
parent | 887d2ebf2eae57dd985cabc6b9829c66be3d2ff4 (diff) |
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)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/cogl-gst/cogl-gst-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/reference/cogl-gst/cogl-gst-sections.txt b/doc/reference/cogl-gst/cogl-gst-sections.txt index 35dd3688..0b6c0bde 100644 --- a/doc/reference/cogl-gst/cogl-gst-sections.txt +++ b/doc/reference/cogl-gst/cogl-gst-sections.txt @@ -13,6 +13,7 @@ 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 |