video: remove intermediate Plane structure
authorWim Taymans <wim.taymans@collabora.co.uk>
Mon, 20 Jun 2011 09:25:58 +0000 (11:25 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 20 Jun 2011 09:25:58 +0000 (11:25 +0200)
commit6d9e76f2de09944fbc83c76afab356ee7c307fa5
tree367fd94b1a3187412da0e3d72a941b7806dd7947
parent5eeb468c75d761c3eae7afbf56b50266096613d2
video: remove intermediate Plane structure

Remove the GstVideoPlane structure and move the fields directly into the
GstVideoInfo structure. This makes things a little easier to read and also makes
it more likely that we can pass the stride array to external libraries.
ext/pango/gstbasetextoverlay.c
ext/theora/gsttheoradec.c
ext/theora/gsttheoraenc.c
gst-libs/gst/video/gstmetavideo.c
gst-libs/gst/video/gstmetavideo.h
gst-libs/gst/video/video.c
gst-libs/gst/video/video.h
gst/videoconvert/videoconvert.c
gst/videoscale/gstvideoscale.c