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:
Joshua N. Pritikin 2003-07-22 08:03:54 +00:00
parent aefe18b64d
commit 65a2c594cd

View file

@ -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),