mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
rawparse: fix bayer caps
This commit is contained in:
parent
995bad93a8
commit
289e9683e9
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ gst_video_parse_class_init (GstVideoParseClass * klass)
|
|||
"David Schleef <ds@schleef.org>, "
|
||||
"Sebastian Dröge <sebastian.droege@collabora.co.uk>");
|
||||
|
||||
caps = gst_caps_from_string ("video/x-raw; video/x-raw-bayer");
|
||||
caps = gst_caps_from_string ("video/x-raw; video/x-bayer");
|
||||
|
||||
gst_raw_parse_class_set_src_pad_template (rp_class, caps);
|
||||
gst_raw_parse_class_set_multiple_frames_per_buffer (rp_class, FALSE);
|
||||
|
|
Loading…
Reference in a new issue