From 7fa4973f8ac26eade0ea02fcd9a8971b8b902593 Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Mon, 15 Jul 2013 14:42:33 +0200 Subject: 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. --- docs/reference/libs/libs-sections.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs') 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 @@
videoformat GstVideoFormat -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
-- cgit v1.2.1