I added the liba52 (shows as a52dec in the Timesys desktop factory menu) library to my build and can now play VOB files and hear the audio on most of the VOB files I have. Some VOB files that still have a problem, I see the following when playing with gplay:
Track 01 [audio_000001] Enabled
ppid: 0, ppid 1
Duration: 1:02:02.528000000
Language: und
Mime:
audio/x-ac3, channels=(int)6, rate=(int)48000, bitrate=(int)448000, framed=(bool
ean)true
Track 02 [audio_000002] Enabled
ppid: 0, ppid 2
Duration: 1:02:02.528000000
Language: und
Mime:
audio/x-ac3, channels=(int)6, rate=(int)48000, bitrate=(int)448000, framed=(bool
ean)true
Track 03 [audio_000003] Enabled
ppid: 0, ppid 3
Duration: 1:02:02.464000000
Language: und
Mime:
audio/x-ac3, channels=(int)2, rate=(int)48000, bitrate=(int)192000, framed=(bool
ean)true
Track 04 [audio_000004] Enabled
ppid: 0, ppid 4
Duration: 1:02:02.464000000
Language: und
Mime:
audio/x-ac3, channels=(int)2, rate=(int)48000, bitrate=(int)192000, framed=(bool
ean)true
FOUND GST_MESSAGE_TAG!
codec: MPEG2
language code: und
bitrate: 9800000
FOUND GST_MESSAGE_TAG!
container format: MPEG
FOUND GST_MESSAGE_TAG!
codec: AC3
language code: und
bitrate: 448000
FOUND GST_MESSAGE_TAG!
codec: AC3
language code: und
bitrate: 448000
FOUND GST_MESSAGE_TAG!
codec: AC3
language code: und
bitrate: 192000
FOUND GST_MESSAGE_TAG!
codec: AC3
language code: und
bitrate: 192000
No accelerated IMDCT transform found
No accelerated IMDCT transform found
No accelerated IMDCT transform found
No accelerated IMDCT transform found
FOUND GST_MESSAGE_TAG!
audio codec: Dolby Digital (AC-3)
bitrate: 448000
FOUND GST_MESSAGE_TAG!
audio codec: Dolby Digital (AC-3)
bitrate: 192000
FOUND GST_MESSAGE_TAG!
audio codec: Dolby Digital (AC-3)
bitrate: 192000
MFW_GST_V4LSINK_PLUGIN 3.0.7 build on Apr 10 2014 11:59:31.
[INFO] bitstreamMode 1, chromaInterleave 1, mapType 0, tiled2LinearEnable 0
FOUND GST_MESSAGE_TAG!
audio codec: Dolby Digital (AC-3)
bitrate: 448000
>>V4L_SINK: Actually buffer status:
hardware buffer : 10
software buffer : 0
get GST_MESSAGE_ELEMENT playbin2-stream-changed, uri=(string)file:///media/testvideo.VOB;
FOUND GST_MESSAGE_TAG!
minimum bitrate: 448000
maximum bitrate: 448000
full screen size:1280x720
I don't know if it has anything to do with there being multiple audio tracks with these particular VOB files, but sometimes I get audio, sometimes nothing but some crackling noises every once in awhile and other times the audio track is different as though a random one is being chosen. Is the "No accelerated IMDCT transform found" message just a warning? I'm seeing this on any VOB file using AC3 audio encoding.
Jim