summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2013-07-23 15:52:45 +0200
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2013-08-23 19:00:38 +0200
commitf09008a8d147950aa31fb342b3b8a105eadcf9a6 (patch)
treeb45201e1c590021e499844d7a501b164ec981c7d /docs
parentf34b6ffc60bfb87f03873c2d8ec2bebcfd3a5768 (diff)
Add initial infrastructure for video processing.
Add initial API for video processing: only scaling and color format conversion operations are supported.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/libs/libs-docs.xml.in1
-rw-r--r--docs/reference/libs/libs-sections.txt16
2 files changed, 17 insertions, 0 deletions
diff --git a/docs/reference/libs/libs-docs.xml.in b/docs/reference/libs/libs-docs.xml.in
index 1f7f8409..45e05eab 100644
--- a/docs/reference/libs/libs-docs.xml.in
+++ b/docs/reference/libs/libs-docs.xml.in
@@ -34,6 +34,7 @@
<xi:include href="xml/gstvaapidecoder_h264.xml"/>
<xi:include href="xml/gstvaapidecoder_vc1.xml"/>
<xi:include href="xml/gstvaapisurfaceproxy.xml"/>
+ <xi:include href="xml/gstvaapifilter.xml"/>
</chapter>
<chapter id="object-tree">
diff --git a/docs/reference/libs/libs-sections.txt b/docs/reference/libs/libs-sections.txt
index 91796d9f..23a804f0 100644
--- a/docs/reference/libs/libs-sections.txt
+++ b/docs/reference/libs/libs-sections.txt
@@ -373,3 +373,19 @@ gst_vaapi_surface_proxy_unref
<SUBSECTION Standard>
GST_VAAPI_SURFACE_PROXY_SURFACE
</SECTION>
+
+<SECTION>
+<FILE>gstvaapifilter</FILE>
+<TITLE>GstVaapiFilter</TITLE>
+GstVaapiFilter
+gst_vaapi_filter_new
+gst_vaapi_filter_ref
+gst_vaapi_filter_unref
+gst_vaapi_filter_replace
+gst_vaapi_filter_get_operations
+gst_vaapi_filter_get_formats
+gst_vaapi_filter_set_operation
+gst_vaapi_filter_set_format
+<SUBSECTION Standard>
+GST_VAAPI_FILTER
+</SECTION>