summaryrefslogtreecommitdiff
path: root/clutter-gst.doap
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2010-01-15 14:53:38 +0000
committerDamien Lespiau <damien.lespiau@intel.com>2010-01-19 14:31:56 +0000
commit5d1120b1c2fc0fd2f26cbe7f82ca4db4e87edf80 (patch)
tree44618377b25b907a288a98e3f5d1aede664096aa /clutter-gst.doap
parentf6a9d91e2ad7d07572f2a728c565920939adcd28 (diff)
downloadclutter-gst-5d1120b1c2fc0fd2f26cbe7f82ca4db4e87edf80.tar.gz
[Audio] Get rid of ClutterGstAudio
The purpose of the library is to provide ClutterActors. You can play audio files using a ClutterGstVideoTexture as all you do is giving playbin2 an URI anyway. Not having to support an audio only ClutterMedia object will allow us to add more video related functions inside ClutterMedia without worrying about an audio-only implementation of the interface.
Diffstat (limited to 'clutter-gst.doap')
-rw-r--r--clutter-gst.doap2
1 files changed, 1 insertions, 1 deletions
diff --git a/clutter-gst.doap b/clutter-gst.doap
index cedbe97..0483dbe 100644
--- a/clutter-gst.doap
+++ b/clutter-gst.doap
@@ -14,7 +14,7 @@
<description xml:lang="en">Clutter-Gst is a gstreamer based clutter actor
implementing the ClutterMedia interface. It provides video playback on a
- clutter texture as well as audio only playback.
+ clutter texture.
The library can also be used for its cluttersink Gstreamer element to build
more complex pipelines.</description>