Fix silly typo

Original commit message from CVS:
Fix silly typo
This commit is contained in:
David Schleef 2004-01-02 10:02:37 +00:00
parent 8c2c77d3a2
commit 2936894898

View file

@ -120,7 +120,7 @@ videoscale_get_structure (struct videoscale_format_struct *format)
NULL);
}else{
structure = gst_structure_new ("video/x-raw-yuv",
"fourcc", GST_TYPE_FOURCC, format->fourcc, NULL);
"format", GST_TYPE_FOURCC, format->fourcc, NULL);
}
gst_structure_set(structure,