[linux-dvb] Nexus-s 2.3 using generic filters
Mark Buechler
mark.buechler at gmail.com
Mon Jan 30 00:16:11 CET 2006
I have a question concerning the difference between a Nexus 2.2 and a Nexus
2.3. I'm using MythTV and using a 2.3 card I'm unable to use a generic PES
filter whereas with a 2.2 it's reported to work. The bit of code in Myth
which determines which filter to use is determined by turning on the Nexus
video decoder. I don't know if this is a MythTV problem or a driver problem
or just something with the 2.3 version. Can someone help?
Thanks, Mark.
in libmythtv/dvbrecorder.cpp:
if (_hw_decoder_option)
{
switch ((*es).Type)
{
case ES_TYPE_AUDIO_MPEG1:
case ES_TYPE_AUDIO_MPEG2:
pes_type = DMX_PES_AUDIO;
break;
case ES_TYPE_VIDEO_MPEG1:
case ES_TYPE_VIDEO_MPEG2:
pes_type = DMX_PES_VIDEO;
break;
case ES_TYPE_TELETEXT:
pes_type = DMX_PES_TELETEXT;
break;
case ES_TYPE_SUBTITLE:
pes_type = DMX_PES_SUBTITLE;
break;
default:
pes_type = DMX_PES_OTHER;
break;
}
}
else
pes_type = DMX_PES_OTHER;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.linuxtv.org/pipermail/linux-dvb/attachments/20060129/84e52a98/attachment.htm
More information about the linux-dvb
mailing list