[vlc-devel] vlc: svn commit r23593 (hovis)
Benjamin Pracht
bigben+spam at videolan.org
Fri Dec 14 00:10:47 CET 2007
On Thu, Dec 13, 2007, Dennis Lou wrote :
> One a somewhat related note, the current v4l2 in VLC assumes audio/video are separate and implements an access_demux module. However, with mpeg2 cards these are in the same stream and need to be demuxed outside the module. Is there a recommended method to dynamically morph an access_demux module to an access2 type?
>
> -Dennis
VLC implements the notion of submodules that can share the same name,
the same parameters, partly the same code, but have different
capabilities and open /close / Read / Demux / whatever implementations.
You can have a look at the dshow access module for an instance of how to
solve this issue.
--
Benjamin Pracht
More information about the vlc-devel
mailing list