summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-03-26 14:37:24 +0200
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-03-26 14:37:24 +0200
commit894d65b81a457cb3cbdfc470848a97bf90a8f09c (patch)
tree9c29a38df52aa03a78b230e6245e0ee98c400043 /README
parenta5144358d1eb613fa2d5bfbf4f8e097e85d935e6 (diff)
vaapipostproc: add new element for video postprocessing.
Add vaapipostproc element for video postprocessing. So far, only basic bob deinterlacing is implemented. Interlaced mode is automatically detected based on sink caps ("interlaced" field).
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index 682d904b..ce09558c 100644
--- a/README
+++ b/README
@@ -26,9 +26,12 @@ 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
+ * `vaapidownload' is used to convert from video/x-vaapi-surface
surfaces to video/x-raw-yuv pixels.
+ * `vaapipostproc' is used to postprocess video/x-vaapi-surface
+ surfaces, for e.g. deinterlacing.
+
* `vaapisink' is used to display video/x-vaapi-surface surfaces to
screen.