video: fix paletted format
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 31 May 2012 11:38:54 +0000 (13:38 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Thu, 31 May 2012 11:44:43 +0000 (13:44 +0200)
commit7f134c1441a7e98e9f1197871bd635c97e4e8eb5
treea8bbe81e2ceaac443cfac42272f638c7b21858a4
parent225d19aa10ea4af75567af486e22f712b71d229f
video: fix paletted format

RGB8_PALETTED -> RGB8P
Fix the definition of paletted formats, store the palette in the second
plane.
Make sure we copy the palette correctly in gst_video_frame_copy()
Don't do alignment on the palette in videopool
gst-libs/gst/video/gstvideopool.c
gst-libs/gst/video/video.c
gst-libs/gst/video/video.h
gst/videoconvert/gstvideoconvert.c
gst/videoconvert/videoconvert.c