summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2013-07-15 14:42:33 +0200
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2013-07-15 14:42:33 +0200
commit7fa4973f8ac26eade0ea02fcd9a8971b8b902593 (patch)
treea2c32c42c3cf50885af1fc924f2310d290d986b2 /docs
parentabd432d7b1b49001ba35e4f082df924fe74b528d (diff)
Fix new video format API.
Fix new internal video format API, based on GstVideoFormat, to not clobber with system symbols. So replace the gst_video_format_* prefix with gst_vaapi_video_format_ prefix, even if the format type remains GstVideoFormat.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/libs/libs-sections.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/reference/libs/libs-sections.txt b/docs/reference/libs/libs-sections.txt
index 827067ca..5c687554 100644
--- a/docs/reference/libs/libs-sections.txt
+++ b/docs/reference/libs/libs-sections.txt
@@ -1,15 +1,15 @@
<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_chroma_type
-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
+gst_vaapi_video_format_from_caps
+gst_vaapi_video_format_from_structure
+gst_vaapi_video_format_from_va_format
+gst_vaapi_video_format_get_chroma_type
+gst_vaapi_video_format_get_score
+gst_vaapi_video_format_is_rgb
+gst_vaapi_video_format_is_yuv
+gst_vaapi_video_format_to_caps
+gst_vaapi_video_format_to_va_format
</SECTION>
<SECTION>