diff options
author | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2012-01-05 10:50:59 +0100 |
---|---|---|
committer | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2012-01-05 11:04:29 +0100 |
commit | 6ca190b4c5143f9218eb078a61cb21cd0cb8e863 (patch) | |
tree | f11e53ce179b3608b557d0f8db970484bff2b2d5 /README | |
parent | 872694fda58a725890fc8ff9f0a3f5bf9aabc88d (diff) | |
download | gstreamer-6ca190b4c5143f9218eb078a61cb21cd0cb8e863.tar.gz |
vaapidownload: add new plugin to download pixels from VA surfaces.
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,6 +26,9 @@ GStreamer and helper libraries. * `vaapiupload' is used to convert from video/x-raw-yuv pixels to video/x-vaapi-surface surfaces. + * `vaapidownload' is used to convert from video-x-vaapi-surface + surfaces to video/x-raw-yuv pixels. + * `vaapisink' is used to display video/x-vaapi-surface surfaces to screen. |