display: don't use GstCaps for image or subpicture formats list.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Fri, 20 Dec 2013 14:15:05 +0000 (15:15 +0100)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Fri, 20 Dec 2013 16:16:58 +0000 (17:16 +0100)
commitc4ca08a8d6e4427d723c420ef772250ac0b8916e
tree1e9eed7b330585e4130a9a91119e074b526b241b
parent446b060c7a3946c18d11e8301f820f87b8c3b8aa
display: don't use GstCaps for image or subpicture formats list.

Replace gst_vaapi_display_get_{image,subpicture}_caps() APIs, that
returned GstCaps, with more convenient APIs that return an array of
GstVideoFormat: gst_vaapi_display_get_{image,subpicture}_formats().
gst-libs/gst/vaapi/gstvaapidisplay.c
gst-libs/gst/vaapi/gstvaapidisplay.h
gst/vaapi/gstvaapidownload.c
gst/vaapi/gstvaapiuploader.c
tests/test-display.c