video: rework part 1
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 16 Jun 2011 14:27:31 +0000 (16:27 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Fri, 17 Jun 2011 13:33:12 +0000 (15:33 +0200)
commita7ae8d41aa2d6e1b17013a9d54ad638719488be5
tree852a6aa0c00e239eb43d61bb2ef50fd71b7964ed
parent3802d2365c3ba020ac212827fc5d06fd87ea1e00
video: rework part 1

Add GstVideoFlags similar to the flags on the metadata. The idea is to replace
the metadata flags with the GstVideoFlags.
Move VideoPlane to video.h, it contains the information for a plane.
Add GstVideoInfo structure that holds the current configuration of a video
format.
Add methods to parse caps into GstVideoInfo.
gst-libs/gst/video/gstmetavideo.h
gst-libs/gst/video/video.c
gst-libs/gst/video/video.h