diff options
author | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2013-07-09 15:29:59 +0200 |
---|---|---|
committer | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2013-07-09 17:16:35 +0200 |
commit | 430598cf005ce3bdc51b03754a639e18c9eb5fd6 (patch) | |
tree | a1dae4d5467dc3370f285cca666ee102b050e84c /docs | |
parent | 42e46cd9d1a3b60f6af04817e6488c8f68dc502c (diff) |
Add new video format API.
Leverage GstVideoFormat utilities from core GStreamer to provide an
adaptation layer to VA image formats.
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 ea7617a0..b50e8137 100644 --- a/docs/reference/libs/libs-docs.xml.in +++ b/docs/reference/libs/libs-docs.xml.in @@ -8,6 +8,7 @@ <chapter> <title>gst-plugins-vaapi Library</title> + <xi:include href="xml/videoformat.xml"/> <xi:include href="xml/gstvaapitypes.xml"/> <xi:include href="xml/gstvaapidisplay.xml"/> <xi:include href="xml/gstvaapidisplay_x11.xml"/> diff --git a/docs/reference/libs/libs-sections.txt b/docs/reference/libs/libs-sections.txt index e25b0e64..86900920 100644 --- a/docs/reference/libs/libs-sections.txt +++ b/docs/reference/libs/libs-sections.txt @@ -1,4 +1,17 @@ <SECTION> +<FILE>videoformat</FILE> +<TITLE>GstVideoFormat</TITLE> +gst_video_format_from_caps +gst_video_format_from_structure +gst_video_format_from_va_format +gst_video_format_get_score +gst_video_format_is_rgb +gst_video_format_is_yuv +gst_video_format_to_caps +gst_video_format_to_va_format +</SECTION> + +<SECTION> <FILE>gstvaapisurfacepool</FILE> <TITLE>GstVaapiSurfacePool</TITLE> GstVaapiSurfacePool |