mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
A "video/raw" wasn't converted to the new "video/x-raw-yuv". Fixed.
Original commit message from CVS: A "video/raw" wasn't converted to the new "video/x-raw-yuv". Fixed.
This commit is contained in:
parent
aefe18b64d
commit
65a2c594cd
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ gst_video_crop_chain (GstPad *pad, GstBuffer *buffer)
|
|||
if (gst_pad_try_set_caps (video_crop->srcpad,
|
||||
GST_CAPS_NEW (
|
||||
"video_crop_caps",
|
||||
"video/raw",
|
||||
"video/x-raw-yuv",
|
||||
"format", GST_PROPS_FOURCC (GST_STR_FOURCC ("I420")),
|
||||
"width", GST_PROPS_INT (new_width),
|
||||
"height", GST_PROPS_INT (new_height),
|
||||
|
|
Loading…
Reference in a new issue