summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorgb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>2010-03-30 13:17:12 +0000
committergb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>2010-03-30 13:17:12 +0000
commit9f7d2909addbd3db5365d6aec5e373c840dcc248 (patch)
tree8580b58c28edbdbc55c135143d38b6b5c4b4d3b0 /README
parentea1fdba72381356fd24b36257fa14125f883665d (diff)
downloadgst-vaapi-9f7d2909addbd3db5365d6aec5e373c840dcc248.tar.gz
Updates.
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 9 insertions, 2 deletions
diff --git a/README b/README
index 260fe272..28431431 100644
--- a/README
+++ b/README
@@ -19,15 +19,22 @@ gstreamer-vaapi consists in a collection of VA-API based plugins for
GStreamer and helper libraries.
* `vaapiconvert' is used to convert from video/x-raw-yuv pixels to
- video/x-vaapi-surface surfaces
+ video/x-vaapi-surface surfaces.
* `vaapisink' is used to display video/x-vaapi-surface surfaces to
screen.
+Features
+--------
+
+ * VA-API support from 0.29 to 0.31
+ * OpenGL rendering through VA/GLX or GLX texture-from-pixmap + FBO
+
+
Requirements
------------
libgstreamer0.10-dev >= 0.10.0
libgstreamer-plugins-base0.10-dev >= 0.10.0
-libva-dev >= 0.31.0-1+sds9
+libva-dev >= 0.31.0-1+sds9 (VA/GLX)