summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2010-05-07 19:49:57 +0200
committerEdward Hervey <bilboed@bilboed.com>2010-05-07 19:49:57 +0200
commit37e975b8cc4891f24679405b73c5ab2f657bd825 (patch)
treea5ffd106b9e667bf0aaf54e4d0015cd2771fca96
parent516c824687ef152a2c0deb3ee7b978acf95ec489 (diff)
ffmpegcolorspace : whooops
-rw-r--r--gst/ffmpegcolorspace/gstffmpegcolorspace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/ffmpegcolorspace/gstffmpegcolorspace.c b/gst/ffmpegcolorspace/gstffmpegcolorspace.c
index e7804bbcf..344693b84 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);
}