summaryrefslogtreecommitdiff
path: root/clutter-gst/.gitignore
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 /clutter-gst/.gitignore
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 'clutter-gst/.gitignore')
-rw-r--r--clutter-gst/.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/clutter-gst/.gitignore b/clutter-gst/.gitignore
index 5a9a203..6537c91 100644
--- a/clutter-gst/.gitignore
+++ b/clutter-gst/.gitignore
@@ -1 +1,4 @@
clutter-gst-version.h
+clutter-gst-enum-types.h
+clutter-gst-enum-types.c
+stamp-enum-types