projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c2c77d
)
Fix silly typo
author
David Schleef
<ds@schleef.org>
Fri, 2 Jan 2004 10:02:37 +0000
(10:02 +0000)
committer
David 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
patch
|
blob
|
history
diff --git
a/gst/videoscale/videoscale.c
b/gst/videoscale/videoscale.c
index 1784af8d79e4f3cbbc43643a40b56381731a0c99..ba16246e8c242b787bd306e2b85a9a1cd615bb0b 100644
(file)
--- a/
gst/videoscale/videoscale.c
+++ b/
gst/videoscale/videoscale.c
@@
-120,7
+120,7
@@
videoscale_get_structure (struct videoscale_format_struct *format)
NULL);
}else{
structure = gst_structure_new ("video/x-raw-yuv",
- "fo
urcc
", GST_TYPE_FOURCC, format->fourcc, NULL);
+ "fo
rmat
", GST_TYPE_FOURCC, format->fourcc, NULL);
}
gst_structure_set(structure,