diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2010-06-08 16:12:25 +0100 |
---|---|---|
committer | Damien Lespiau <damien.lespiau@intel.com> | 2010-06-08 16:12:25 +0100 |
commit | 027b79151e975380ef5df2aa5de0110736a40b72 (patch) | |
tree | a30351075575f7de477990118cf4f5a8df4c0985 /doc | |
parent | 8192229370619a61e8f9dc364ccb2be82b200814 (diff) |
video-texture: Add support for an "idle" material
When not playing a file (say if you create a ClutterGstVideoTexture
without a file name) you may want to control how the empty VideoTexture
should look like.
For that ClutterGstVideoTexture now lets you define an "idle" material
that will be used when not having a frame to display.
The default behaviour is to paint the texture black when there is nothing
else to show.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/clutter-gst-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/reference/clutter-gst-sections.txt b/doc/reference/clutter-gst-sections.txt index 9baef12..b8ed7d3 100644 --- a/doc/reference/clutter-gst-sections.txt +++ b/doc/reference/clutter-gst-sections.txt @@ -5,6 +5,8 @@ ClutterGstVideoTexture ClutterGstVideoTextureClass clutter_gst_video_texture_new clutter_gst_video_texture_get_pipeline +clutter_gst_video_texture_get_idle_material +clutter_gst_video_texture_set_idle_material <SUBSECTION Standard> CLUTTER_GST_VIDEO_TEXTURE CLUTTER_GST_IS_VIDEO_TEXTURE |