bayer2rgb: Fix pad template caps

This commit is contained in:
Edward Hervey 2011-10-17 10:19:20 +02:00
parent 4a3dbe3d42
commit d6d26e9f6e

View file

@ -126,7 +126,7 @@ struct _GstBayer2RGBClass
};
#define SRC_CAPS \
GST_VIDEO_CAPS_MAKE ("RGBx, xRGB, BGRx, xBGR, RGBA, ARGB, BGRA, ABGR")
GST_VIDEO_CAPS_MAKE ("{ RGBx, xRGB, BGRx, xBGR, RGBA, ARGB, BGRA, ABGR }")
#define SINK_CAPS "video/x-raw-bayer,format=(string){bggr,grbg,gbrg,rggb}," \
"width=(int)[1,MAX],height=(int)[1,MAX],framerate=(fraction)[0/1,MAX]"