plugins: add support for "x11-pixmap" video converter type.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 22 Jul 2013 09:58:33 +0000 (11:58 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 22 Jul 2013 13:45:10 +0000 (15:45 +0200)
commit6f04a529059a548eb697ebe176ce5d165f28382e
tree68b32ff8e2b8db0771121d7a06af2e56c45a42bd
parent17c8f17d06d99d8e90b83966ad3268dd48ffc1b2
plugins: add support for "x11-pixmap" video converter type.

Install a new video converter that supports X11 pixmap targets for X11
backends only, or make the GLX converter creation function chain up to
the X11 converter whenever requested.
gst/vaapi/Makefile.am
gst/vaapi/gstvaapivideobuffer.c
gst/vaapi/gstvaapivideoconverter_glx.c
gst/vaapi/gstvaapivideoconverter_x11.c [new file with mode: 0644]
gst/vaapi/gstvaapivideoconverter_x11.h [new file with mode: 0644]