diff options
author | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2013-07-19 15:05:34 +0200 |
---|---|---|
committer | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2013-07-22 15:45:10 +0200 |
commit | 373329e6ff62857c0e1fc7f8a490d02114a8361a (patch) | |
tree | 3a0046bd092b50d6803585c02299e05cc3e24dfe /docs | |
parent | 5eb2cbb5efe6605128fd918dcdaf5d1dd3f5a8b4 (diff) |
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.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/libs/libs-docs.xml.in | 1 | ||||
-rw-r--r-- | docs/reference/libs/libs-sections.txt | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/docs/reference/libs/libs-docs.xml.in b/docs/reference/libs/libs-docs.xml.in index 24c9e834..f8940f8a 100644 --- a/docs/reference/libs/libs-docs.xml.in +++ b/docs/reference/libs/libs-docs.xml.in @@ -17,6 +17,7 @@ <xi:include href="xml/gstvaapiwindow_x11.xml"/> <xi:include href="xml/gstvaapiwindow_glx.xml"/> <xi:include href="xml/gstvaapipixmap.xml"/> + <xi:include href="xml/gstvaapipixmap_x11.xml"/> <xi:include href="xml/gstvaapiobject.xml"/> <xi:include href="xml/gstvaapisurface.xml"/> <xi:include href="xml/gstvaapiimage.xml"/> diff --git a/docs/reference/libs/libs-sections.txt b/docs/reference/libs/libs-sections.txt index 4544f668..e619f19c 100644 --- a/docs/reference/libs/libs-sections.txt +++ b/docs/reference/libs/libs-sections.txt @@ -66,6 +66,19 @@ GST_VAAPI_WINDOW_X11 </SECTION> <SECTION> +<FILE>gstvaapipixmap_x11</FILE> +<TITLE>GstVaapiPixmapX11</TITLE> +GstVaapiPixmapX11 +GST_VAAPI_PIXMAP_XPIXMAP +gst_vaapi_pixmap_x11_new +gst_vaapi_pixmap_x11_new_with_xid +gst_vaapi_pixmap_x11_get_xid +gst_vaapi_pixmap_x11_is_foreign_xid +<SUBSECTION Standard> +GST_VAAPI_WINDOW_X11 +</SECTION> + +<SECTION> <FILE>gstvaapidisplay_glx</FILE> <TITLE>GstVaapiDisplayGLX</TITLE> GstVaapiDisplayGLX |