Hi all,
I noticed a curious behavior when I try to run some AV-clips in my rev A4 pandaboard through the HDMI output.
Seems that the audio clock used by the HDMI is running at only half frequency, making any given videoclip to take the double of time for its completion (like in slow motion). ... The good news is that the video frames are in sync with the audio buffers. =)
Using the same kernel / filesystem ( 3.1.0-1282-omap4 + Ubuntu 11.10 Oneiric Ocelot binaries from
http://omappedia.org/wiki/Ubuntu_Pre-Built_Binaries + ubuntu-omap4-extras), this time with a pandaboard rev A3, I found no signs of this behavior. The AV playback is completed at normal speed without problems.
Therefore I assume that some change between HW revisions affected the HDMI clock configuration.
Ricardo Neri kindly provided some test lines to help to determine if the issue was only present on the HDMI audio output
----------------
<Analog audio output>
time aplay -D hw:0,0 -v Roland-GR-1-Trumpet-C5.wav
...
real 0m3.269s
user 0m0.078s
sys 0m0.047s
<HDMI audio output>
time aplay -D hw:1,0 -v Roland-GR-1-Trumpet-C5.wav
...
real 0m6.370s
user 0m0.000s
sys 0m0.086s
----------------
Redirecting the audio to the analog output makes the AVplayback to work fine in both boards.
Please let me know if you also noticed this issue or if there is any workaround already available.
Best regards
Joaquin Castellanos