x11: implement pixmap API.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Fri, 19 Jul 2013 13:05:34 +0000 (15:05 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 22 Jul 2013 13:45:10 +0000 (15:45 +0200)
commit373329e6ff62857c0e1fc7f8a490d02114a8361a
tree3a0046bd092b50d6803585c02299e05cc3e24dfe
parent5eb2cbb5efe6605128fd918dcdaf5d1dd3f5a8b4
x11: implement pixmap API.

Implement the new render-to-pixmap API. The only supported pixmap format
that will work is xRGB, with native byte ordering. Others might work but
they were not tested.
docs/reference/libs/libs-docs.xml.in
docs/reference/libs/libs-sections.txt
gst-libs/gst/vaapi/Makefile.am
gst-libs/gst/vaapi/gstvaapidisplay_x11.c
gst-libs/gst/vaapi/gstvaapidisplay_x11_priv.h
gst-libs/gst/vaapi/gstvaapipixmap_x11.c [new file with mode: 0644]
gst-libs/gst/vaapi/gstvaapipixmap_x11.h [new file with mode: 0644]