summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2011-03-30 19:36:59 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2011-03-30 20:04:06 +0100
commit5b95570da3b65cd6f558eeafaf9e933404ca6eb6 (patch)
tree67415a23142807cdfd4b237f1d062a18b5ab2155 /README
parent2ecf993e146f0968a046f8fc9302c5fd9ee10be0 (diff)
downloadclutter-gst-5b95570da3b65cd6f558eeafaf9e933404ca6eb6.tar.gz
video-texture: Clean up and fix the stream buffering
* Don't use GStreamer structures directly but the gst_message API instead, * Pause the pipeline when buffering. This is explicitely documented as required, * A new "buffering" debug category has been introduced. * The minimum GStreamer version has never been specified, which is somewhat of a mistake since a lot of API addition has orccurred since 0.10.0. Bump it to 0.10.20 for gst_message_parse_buffering_stats()
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index fbdcebe..763e558 100644
--- a/README
+++ b/README
@@ -21,7 +21,7 @@ Clutter-GStreamer requires:
GLib >= 2.18.0
Clutter >= 1.4.0
- GStreamer >= 0.10
+ GStreamer >= 0.10.20
Copyright (C) 2006, 2007, 2008 OpenedHand
Copyright (C) 2009, 2010, 2011 Intel Corporation