From c8d9cc5770667828bf4fd56db810851b4636bf29 Mon Sep 17 00:00:00 2001 From: Benjamin Gaignard Date: Wed, 15 Dec 2010 21:28:06 +0100 Subject: [PATCH] bayer2rgb: Add framerate to the sink caps Fixes bug #637224. --- gst/bayer/gstbayer2rgb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/bayer/gstbayer2rgb.c b/gst/bayer/gstbayer2rgb.c index c8c0640..67aaa42 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 { -- 2.7.4