summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2011-04-04 16:43:15 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2011-04-04 16:43:15 +0100
commit3dd790bf657354c8e0d5846a6598efcfdfbb599e (patch)
tree7b4f5b01a1dff7b548c66f2cd29f6856df3abb80 /doc
parent3ce54eed276a485a4560b32417e9ee9f092cb97e (diff)
downloadclutter-gst-3dd790bf657354c8e0d5846a6598efcfdfbb599e.tar.gz
video-texture: Initial support for download buffering
This patch introduces new APIs to get and set the buffering mode. We still default to the old behaviour and people will have to opt in to use download buffering. VideoTexture sorts some details for you and exposes a download-buffering signal that is supposed to give the start and end of the current segment of downloaded data you're in. 'start' is always 0 for now.
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/clutter-gst-sections.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/reference/clutter-gst-sections.txt b/doc/reference/clutter-gst-sections.txt
index b88d287..dedb149 100644
--- a/doc/reference/clutter-gst-sections.txt
+++ b/doc/reference/clutter-gst-sections.txt
@@ -2,6 +2,7 @@
<FILE>clutter-gst-video-texture</FILE>
<TITLE>ClutterGstVideoTexture</TITLE>
ClutterGstSeekFlags
+ClutterGstBufferingMode
ClutterGstVideoTexture
ClutterGstVideoTextureClass
clutter_gst_video_texture_new
@@ -12,8 +13,13 @@ clutter_gst_video_texture_get_user_agent
clutter_gst_video_texture_set_user_agent
clutter_gst_video_texture_set_seek_flags
clutter_gst_video_texture_get_seek_flags
+clutter_gst_video_texture_get_buffering_mode
+clutter_gst_video_texture_set_buffering_mode
<SUBSECTION Standard>
clutter_gst_seek_flags_get_type
+CLUTTER_GST_TYPE_SEEK_FLAGS
+clutter_gst_buffering_mode_get_type
+CLUTTER_GST_TYPE_BUFFERING_MODE
CLUTTER_GST_VIDEO_TEXTURE
CLUTTER_GST_IS_VIDEO_TEXTURE
CLUTTER_GST_TYPE_VIDEO_TEXTURE
@@ -32,7 +38,6 @@ ClutterGstVideoSink
ClutterGstVideoSinkClass
clutter_gst_video_sink_new
<SUBSECTION Standard>
-CLUTTER_GST_TYPE_SEEK_FLAGS
CLUTTER_GST_VIDEO_SINK
CLUTTER_GST_IS_VIDEO_SINK
CLUTTER_GST_TYPE_VIDEO_SINK