video-info: add API to retrieve plane heights
When using gst_video_info_align() user had no easy way to retrieve the padded height of each plane. This can easily be implemented in fill_planes() as it's already called in align() with the padded height.
Fix #618 (closed)
Edited by Guillaume Desmottes