From 65a2c594cd952912ede1a4d95626ea7422742085 Mon Sep 17 00:00:00 2001 From: "Joshua N. Pritikin" Date: Tue, 22 Jul 2003 08:03:54 +0000 Subject: 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. --- gst/videocrop/gstvideocrop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/videocrop') diff --git a/gst/videocrop/gstvideocrop.c b/gst/videocrop/gstvideocrop.c index 6f10391b..d2f2c67d 100644 --- a/gst/videocrop/gstvideocrop.c +++ b/gst/videocrop/gstvideocrop.c @@ -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), -- cgit