Bug #362
V4L2_STD_PAL_M
| Status: | Resolved | Start date: | 07/07/2010 | |
|---|---|---|---|---|
| Priority: | Trivial | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | - | Spent time: | 1.00 hour | |
| Target version: | - | |||
| Affected Release: |
Description
The solo6010 chip supports all kinds of PAL (PAL-B,PAL-G,..) but not PAL-M. See
http://en.wikipedia.org/wiki/PAL-M
PAL-M has 525 line, 30 frame/s like NTSC.
PAL-B/G has 625 lines/25 frame/s, this is what is called "PAL" in the solo6010 datasheet. Therefore the word "V4L2_STD_PAL_M" should be replaced with "V4L2_STD_PAL_B" in solo6010-v4l2-enc.c and solo6010-v4l2.c.
In fact the driver works fine with PAL-B, although it claims to use PAL-M which is incompatible with PAL-B.
History
Updated by Curtis Hall over 1 year ago
Thanks for the information
Updated by Ben Collins over 1 year ago
- Status changed from New to Resolved
Updated by Johannes Gajdosik over 1 year ago
I do not see any changes in
git://git.kernel.org/pub/scm/linux/kernel/git/bcollins/solo6x10
What does this mean:
* Status changed from New to Resolved
How can the issue be resolved without any code change?
Same for Bug #363.
Updated by Ben Collins over 1 year ago
It's fixed in our internal repo. I'll have it pushed out to the wild soon.