mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 16:08:51 +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 \
|
#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}," \
|
#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]"
|
"width=(int)[1,MAX],height=(int)[1,MAX],framerate=(fraction)[0/1,MAX]"
|
||||||
|
|
Loading…
Reference in a new issue