libs: add gst_vaapi_video_format_from_string() helper.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 24 Jul 2013 09:53:38 +0000 (11:53 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Fri, 23 Aug 2013 17:00:38 +0000 (19:00 +0200)
commitf34b6ffc60bfb87f03873c2d8ec2bebcfd3a5768
tree6aacc1d796e12055e2bad6b025768c982c00c03e
parent8ffe11a9dff2b8995bd28b0ecd3b93436ab22d9b
libs: add gst_vaapi_video_format_from_string() helper.

Add gst_vaapi_video_format_from_string() helper function to convert from
a video format string representation to a suitable GstVideoFormat. This
is just an alias to gst_video_format_from_string() for GStreamer 1.0.x
builds, and a proper iteration over all GstVideoFormat string representations
otherwise for earlier GStreamer 0.10.x builds.
gst-libs/gst/vaapi/video-format.c
gst-libs/gst/vaapi/video-format.h