Updates.
[platform/upstream/gstreamer-vaapi.git] / README
1
2   gstreamer-vaapi
3   VA-API support to GStreamer
4
5   Copyright (C) 2010 Splitted-Desktop Systems
6
7
8 License
9 -------
10
11 gstreamer-vaapi is available under the terms of the GNU General Public
12 License.
13
14
15 Overview
16 --------
17
18 gstreamer-vaapi consists in a collection of VA-API based plugins for
19 GStreamer and helper libraries.
20
21   * `vaapiconvert' is used to convert from video/x-raw-yuv pixels to
22     video/x-vaapi-surface surfaces.
23
24   * `vaapisink' is used to display video/x-vaapi-surface surfaces to
25     screen.
26
27
28 Features
29 --------
30
31   * VA-API support from 0.29 to 0.31
32   * OpenGL rendering through VA/GLX or GLX texture-from-pixmap + FBO
33
34
35 Requirements
36 ------------
37
38 libgstreamer0.10-dev >= 0.10.0
39 libgstreamer-plugins-base0.10-dev >= 0.10.0
40 libva-dev >= 0.31.0-1+sds9 (VA/GLX)