summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2010-12-06 12:37:02 +0000
committerDamien Lespiau <damien.lespiau@intel.com>2010-12-06 16:44:06 +0000
commit4e188f60ff5106bcc386589763c57a632b0ea7b1 (patch)
tree3eacac00e4a515d41cfdae4a68ae88e4aef5417c /doc
parente9c7ccaf7c16c46f1ed85bd338eeebbd67c39697 (diff)
downloadclutter-gst-4e188f60ff5106bcc386589763c57a632b0ea7b1.tar.gz
video-texture: Allow to make accurate seeks
ClutterGstVideoTexture has now a property (and its equivalent getter and setter) to set seek flags to customize a bit the seek done by set_progress(). For now, we have an "ACCURATE" flag that maps directly to GST_SEEK_FLAG_ACCURATE. To be able to export correctly this new API to g-i and bindings, we need to generate the enum types for ClutterGstSeekFlags. Fixes: http://bugzilla.clutter-project.org/show_bug.cgi?id=2279
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/clutter-gst-sections.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/reference/clutter-gst-sections.txt b/doc/reference/clutter-gst-sections.txt
index e2a730b..b88d287 100644
--- a/doc/reference/clutter-gst-sections.txt
+++ b/doc/reference/clutter-gst-sections.txt
@@ -1,6 +1,7 @@
<SECTION>
<FILE>clutter-gst-video-texture</FILE>
<TITLE>ClutterGstVideoTexture</TITLE>
+ClutterGstSeekFlags
ClutterGstVideoTexture
ClutterGstVideoTextureClass
clutter_gst_video_texture_new
@@ -9,7 +10,10 @@ clutter_gst_video_texture_get_idle_material
clutter_gst_video_texture_set_idle_material
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
<SUBSECTION Standard>
+clutter_gst_seek_flags_get_type
CLUTTER_GST_VIDEO_TEXTURE
CLUTTER_GST_IS_VIDEO_TEXTURE
CLUTTER_GST_TYPE_VIDEO_TEXTURE
@@ -28,6 +32,7 @@ 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