mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 20:25:25 +00:00
Update docs.
This commit is contained in:
parent
39d5a2f361
commit
8d23df8769
2 changed files with 16 additions and 9 deletions
4
NEWS
4
NEWS
|
@ -1,5 +1,5 @@
|
|||
gst-vaapi NEWS -- summary of changes. 2010-01-DD
|
||||
gst-vaapi NEWS -- summary of changes. 2010-03-16
|
||||
Copyright (C) 2010 Splitted-Desktop Systems
|
||||
|
||||
Version 0.1.0 - DD.Jan.2010
|
||||
Version 0.1.0 - 16.Mar.2010
|
||||
* Initial release
|
||||
|
|
21
README
21
README
|
@ -1,6 +1,6 @@
|
|||
|
||||
gst-vaapi
|
||||
VA API support to GStreamer
|
||||
gstreamer-vaapi
|
||||
VA-API support to GStreamer
|
||||
|
||||
Copyright (C) 2010 Splitted-Desktop Systems
|
||||
|
||||
|
@ -8,19 +8,26 @@
|
|||
License
|
||||
-------
|
||||
|
||||
gst-vaapi is available under the terms of the GNU General Public
|
||||
gstreamer-vaapi is available under the terms of the GNU General Public
|
||||
License.
|
||||
|
||||
|
||||
Overview
|
||||
--------
|
||||
|
||||
gst-vaapi consists in a VA API based videosink for GStreamer and
|
||||
helper libraries.
|
||||
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
|
||||
|
||||
* `vaapisink' is used to display video/x-vaapi-surface surfaces to
|
||||
screen.
|
||||
|
||||
|
||||
Requirements
|
||||
------------
|
||||
|
||||
gstreamer-0.10 >= 0.10.0
|
||||
gstreamer-plugins-base-0.10 >= 0.10.0
|
||||
libgstreamer0.10-dev >= 0.10.0
|
||||
libgstreamer-plugins-base0.10-dev >= 0.10.0
|
||||
libva-dev >= 0.31.0-1+sds9
|
||||
|
|
Loading…
Reference in a new issue