Fix new video format API.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 15 Jul 2013 12:42:33 +0000 (14:42 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 15 Jul 2013 12:42:33 +0000 (14:42 +0200)
commit7fa4973f8ac26eade0ea02fcd9a8971b8b902593
treea2c32c42c3cf50885af1fc924f2310d290d986b2
parentabd432d7b1b49001ba35e4f082df924fe74b528d
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.
12 files changed:
docs/reference/libs/libs-sections.txt
gst-libs/gst/vaapi/Makefile.am
gst-libs/gst/vaapi/gstvaapidisplay.c
gst-libs/gst/vaapi/gstvaapiimage.c
gst-libs/gst/vaapi/gstvaapisurface.c
gst-libs/gst/vaapi/gstvaapisurfacepool.c
gst-libs/gst/vaapi/video-format.c
gst-libs/gst/vaapi/video-format.h
gst/vaapi/gstvaapidownload.c
gst/vaapi/gstvaapiuploader.c
tests/image.c
tests/test-display.c