summaryrefslogtreecommitdiff
path: root/clutter-gst/clutter-gst-video-sink.h
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@openedhand.com>2007-07-06 10:05:53 +0000
committerEmmanuele Bassi <ebassi@openedhand.com>2007-07-06 10:05:53 +0000
commit59e13bac161eaa03d73eec70034f6b8f78b7c79e (patch)
tree9192d5c1f6c2a5a606d4a4cff3907adc4b054e12 /clutter-gst/clutter-gst-video-sink.h
parenteb1f92bb55dd0633d64857a45e1e3736ea1c51fd (diff)
downloadclutter-gst-59e13bac161eaa03d73eec70034f6b8f78b7c79e.tar.gz
2007-07-06 Emmanuele Bassi <ebassi@openedhand.com>
* configure.ac: Use the same M4 macros clutter-core uses to set the various libtool flags and simplify the release process. * clutter-gst/clutter-gst.h: * clutter-gst/clutter-gst-version.h.in: Add version header and macros for clutter-gst. * clutter-gst/*.[ch]: Fix copyright and attributions. * clutter-gst/clutter-gst-util.[hc]: Fix second argument of clutter_gst_init() function call: the underlying libraries require a pointer to the arguments vector to remove their own arguments from it. * README: Flesh out the description a little.
Diffstat (limited to 'clutter-gst/clutter-gst-video-sink.h')
-rw-r--r--clutter-gst/clutter-gst-video-sink.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/clutter-gst/clutter-gst-video-sink.h b/clutter-gst/clutter-gst-video-sink.h
index 004e07d..587a477 100644
--- a/clutter-gst/clutter-gst-video-sink.h
+++ b/clutter-gst/clutter-gst-video-sink.h
@@ -1,7 +1,10 @@
/*
- * ClutterGstVideoSink
+ * Clutter-GStreamer.
*
- * Gstreamer Video Sink that renders to a Clutter Texture.
+ * GStreamer integration library for Clutter.
+ *
+ * clutter-gst-video-sink.h - Gstreamer Video Sink that renders to a
+ * Clutter Texture.
*
* Authored by Jonathan Matthew <jonathan@kaolin.wh9.net>
*