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:
3f73554
)
videotestsrc: fix AYUV64 format string
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Mon, 28 May 2012 12:58:52 +0000
(14:58 +0200)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Mon, 28 May 2012 12:58:52 +0000
(14:58 +0200)
gst/videotestsrc/videotestsrc.c
patch
|
blob
|
history
diff --git
a/gst/videotestsrc/videotestsrc.c
b/gst/videotestsrc/videotestsrc.c
index
53ff9c1
..
052f3d6
100644
(file)
--- a/
gst/videotestsrc/videotestsrc.c
+++ b/
gst/videotestsrc/videotestsrc.c
@@
-222,7
+222,7
@@
struct format_list_struct format_list[] = {
{VTS_YUV, "v210", "v210", 21, paint_setup_v210, convert_hline_v210},
{VTS_YUV, "v216", "v216", 32, paint_setup_v216, convert_hline_v216},
{VTS_YUV, "UYVP", "UYVP", 20, paint_setup_UYVP, convert_hline_UYVP},
- {VTS_YUV, "AY64", "AY64", 64, paint_setup_AY64, convert_hline_AY64},
+ {VTS_YUV, "AY
UV
64", "AY64", 64, paint_setup_AY64, convert_hline_AY64},
#ifdef disabled
{VTS_YUV, "IYU2", "IYU2", 24, paint_setup_IYU2, convert_hline_IYU2},