From: Edward Hervey Date: Fri, 7 May 2010 17:49:57 +0000 (+0200) Subject: ffmpegcolorspace : whooops X-Git-Tag: RELEASE-0.10.30~208 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=37e975b8cc4891f24679405b73c5ab2f657bd825;p=platform%2Fupstream%2Fgst-plugins-base.git ffmpegcolorspace : whooops --- diff --git a/gst/ffmpegcolorspace/gstffmpegcolorspace.c b/gst/ffmpegcolorspace/gstffmpegcolorspace.c index e7804bb..344693b 100644 --- a/gst/ffmpegcolorspace/gstffmpegcolorspace.c +++ b/gst/ffmpegcolorspace/gstffmpegcolorspace.c @@ -69,7 +69,7 @@ gst_ffmpegcsp_caps_remove_format_info (GstCaps * caps) structure = gst_caps_get_structure (caps, i); gst_structure_set_name (structure, "video/x-raw-yuv"); - gst_structure_remove_field (structure, "format", "endianness", "depth", + gst_structure_remove_fields (structure, "format", "endianness", "depth", "bpp", "red_mask", "green_mask", "blue_mask", "alpha_mask", "palette_data", NULL); }