mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-25 15:36:42 +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>, "
|
"David Schleef <ds@schleef.org>, "
|
||||||
"Sebastian Dröge <sebastian.droege@collabora.co.uk>");
|
"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_src_pad_template (rp_class, caps);
|
||||||
gst_raw_parse_class_set_multiple_frames_per_buffer (rp_class, FALSE);
|
gst_raw_parse_class_set_multiple_frames_per_buffer (rp_class, FALSE);
|
||||||
|
|
Loading…
Reference in a new issue