summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJosep Torra <n770galaxy@gmail.com>2012-01-25 00:10:14 +0000
committerDamien Lespiau <damien.lespiau@intel.com>2012-01-25 00:10:14 +0000
commit2884f0660ceef11f38a0ea4b573ef4c341b31387 (patch)
tree2b5035317e7739b89bad4b21a98efe1725fd1027 /doc
parentbba94be5b29ffe3f1b6ed2493c44fe3a295d8265 (diff)
downloadclutter-gst-2884f0660ceef11f38a0ea4b573ef4c341b31387.tar.gz
plugin: Add a autocluttersink element
Add a bin element that is capable of autoplugging clutter compatible sinks.
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/Makefile.am15
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 80c9167..290cc3a 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -48,13 +48,14 @@ CFILE_GLOB=$(top_srcdir)/clutter-gst/*.c
# Header files to ignore when scanning.
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
-IGNORE_HFILES= \
- I420.h \
- YV12.h \
- clutter-gst.h \
- clutter-gst-debug.h \
- clutter-gst-private.h \
- clutter-gst-shaders.h \
+IGNORE_HFILES= \
+ I420.h \
+ YV12.h \
+ clutter-gst.h \
+ clutter-gst-debug.h \
+ clutter-gst-private.h \
+ clutter-gst-shaders.h \
+ clutter-gst-auto-video-sink.h \
$(NULL)
# Images to copy into HTML directory.