mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 06:08:14 +00:00
Updates.
This commit is contained in:
parent
ea1fdba723
commit
9f7d2909ad
2 changed files with 12 additions and 5 deletions
6
NEWS
6
NEWS
|
@ -1,10 +1,10 @@
|
|||
gst-vaapi NEWS -- summary of changes. 2010-03-29
|
||||
gst-vaapi NEWS -- summary of changes. 2010-03-30
|
||||
Copyright (C) 2010 Splitted-Desktop Systems
|
||||
|
||||
Version 0.1.2 - 29.Mar.2010
|
||||
Version 0.1.2 - 30.Mar.2010
|
||||
* Add AYUV image format
|
||||
* Add support for VA/GLX extensions
|
||||
* Add compatibility with the original VA-API 0.29
|
||||
* Add OpenGL support through VA/GLX extensions or TFP+FBO fallback
|
||||
|
||||
Version 0.1.1 - 23.Mar.2010
|
||||
* Document public API for libgstvaapi-*.so.*
|
||||
|
|
11
README
11
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)
|
||||
|
|
Loading…
Reference in a new issue