summaryrefslogtreecommitdiff
path: root/README
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 /README
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 'README')
-rw-r--r--README31
1 files changed, 27 insertions, 4 deletions
diff --git a/README b/README
index 3161b66..ff9cda3 100644
--- a/README
+++ b/README
@@ -1,5 +1,28 @@
-Clutter-gst README.
-===================
+Clutter-GStreamer README
+========================
+
+Clutter-GStreamer (clutter-gst) is an integration library for using GStreamer
+with Clutter.
+
+Clutter it an open source software library for creating fast, visually
+rich and animated graphical user interfaces. It uses OpenGL for drawing
+primitives and has multiple backends, allowing its usage on different
+platforms.
+
+GStreamer is a streaming media framework, based on graphs of filters
+which operate on media data. Applications using this library can do
+anything from real-time sound processing to playing videos, and just
+about anything else media-related. Its plugin-based architecture means
+that new data types or processing capabilities can be added simply by
+installing new plug-ins.
+
+Clutter-GStreamer requires:
+
+ GLib >= 2.10.0
+ Clutter >= 0.3.0
+ GStreamer >= 0.10
+
+RELEASE NOTES
+========================
+
-This package contains a video texture actor and an audio player object for
-use with clutter.