diff options
author | Benjamin Gaignard <benjamin.gaignard@stericsson.com> | 2010-12-15 21:28:06 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2010-12-15 21:28:06 +0100 |
commit | c8d9cc5770667828bf4fd56db810851b4636bf29 (patch) | |
tree | 750b1da440713dd83a57f5d8bd31c9dead5e7533 /gst/bayer | |
parent | 8b0c2db425563f3b773825138fcf13c03cca120a (diff) |
bayer2rgb: Add framerate to the sink caps
Fixes bug #637224.
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 c8c0640f4..67aaa4229 100644 --- a/gst/bayer/gstbayer2rgb.c +++ b/gst/bayer/gstbayer2rgb.c @@ -139,7 +139,7 @@ struct _GstBayer2RGBClass GST_VIDEO_CAPS_BGR #define SINK_CAPS "video/x-raw-bayer,format=(string){bggr,grbg,gbrg,rggb}," \ - "width=(int)[1,MAX],height=(int)[1,MAX]" + "width=(int)[1,MAX],height=(int)[1,MAX],framerate=(fraction)[0/1,MAX]" enum { |