Fix silly typo
authorDavid Schleef <ds@schleef.org>
Fri, 2 Jan 2004 10:02:37 +0000 (10:02 +0000)
committerDavid Schleef <ds@schleef.org>
Fri, 2 Jan 2004 10:02:37 +0000 (10:02 +0000)
Original commit message from CVS:
Fix silly typo

gst/videoscale/videoscale.c

index 1784af8d79e4f3cbbc43643a40b56381731a0c99..ba16246e8c242b787bd306e2b85a9a1cd615bb0b 100644 (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,