ffmpegcolorspace: Add back support for 8 bit paletted RGB

This was removed by 3a00a97fd2
while making the pad template caps more compact.

Fixes bug #626629.
This commit is contained in:
Sebastian Dröge 2010-08-19 18:51:25 +02:00
parent 7b310c6a03
commit cd5527fa4e

View file

@ -60,6 +60,10 @@ GST_DEBUG_CATEGORY (ffmpegcolorspace_performance);
GST_VIDEO_CAPS_ABGR";" \
GST_VIDEO_CAPS_RGB_16";" \
GST_VIDEO_CAPS_RGB_15";" \
"video/x-raw-rgb, bpp = (int)8, depth = (int)8, " \
"width = "GST_VIDEO_SIZE_RANGE" , " \
"height = " GST_VIDEO_SIZE_RANGE ", " \
"framerate = "GST_VIDEO_FPS_RANGE ";" \
GST_VIDEO_CAPS_GRAY8";" \
GST_VIDEO_CAPS_GRAY16("BIG_ENDIAN")";" \
GST_VIDEO_CAPS_GRAY16("LITTLE_ENDIAN")";"