diff options
author | Edward Hervey <edward.hervey@collabora.co.uk> | 2011-10-17 10:19:20 +0200 |
---|---|---|
committer | Edward Hervey <edward.hervey@collabora.co.uk> | 2011-10-17 10:19:20 +0200 |
commit | d6d26e9f6e5f0c0b8626c14ca3f47662fb09b962 (patch) | |
tree | 9d11c5e675ddc5f35a4f66c56a9efbb4b3aa6039 /gst/bayer | |
parent | 4a3dbe3d42d1ee50814882400bd6661e39cb2dab (diff) | |
download | gstreamer-plugins-bad-d6d26e9f6e5f0c0b8626c14ca3f47662fb09b962.tar.gz |
bayer2rgb: Fix pad template caps
Diffstat (limited to 'gst/bayer')
-rw-r--r-- | gst/bayer/gstbayer2rgb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/bayer/gstbayer2rgb.c b/gst/bayer/gstbayer2rgb.c index 05923db40..58923a9fa 100644 --- a/gst/bayer/gstbayer2rgb.c +++ b/gst/bayer/gstbayer2rgb.c @@ -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]" |