video: expose gst_video_info_align
authorWim Taymans <wim.taymans@collabora.co.uk>
Mon, 20 Aug 2012 08:50:59 +0000 (10:50 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 20 Aug 2012 08:50:59 +0000 (10:50 +0200)
commit9a2344c2e5fc37c77d7b3211e499c86bc7864de3
tree65387a6771d8c7562d278db3029b3faa306cb316
parentf56e1222dae16efe0ee6f60c86d18d117c0df28c
video: expose gst_video_info_align

Expose the gst_video_info_align function that adds padding and does stride
alignment on a GstVideoInfo. Move this previously private function to
video-info.co
Move the definition of the alignment structure to video.h where it can be picked
up by both the bufferpool and the video-info.
gst-libs/gst/video/gstvideopool.c
gst-libs/gst/video/gstvideopool.h
gst-libs/gst/video/video-info.c
gst-libs/gst/video/video-info.h
gst-libs/gst/video/video.c
gst-libs/gst/video/video.h