mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
bayer2rgb: Fix pad template caps
This commit is contained in:
parent
4a3dbe3d42
commit
d6d26e9f6e
1 changed files with 1 additions and 1 deletions
|
@ -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]"
|
||||
|
|
Loading…
Reference in a new issue