mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
Fix silly typo
Original commit message from CVS: Fix silly typo
This commit is contained in:
parent
8c2c77d3a2
commit
2936894898
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue