• Antti Palosaari's avatar
    [media] dvb_usb_v2: move PID filters from frontend to adapter · e46c5b66
    Antti Palosaari authored
    Filtering given PIDs from the transport stream is done by the
    DVB USB bridge. It is highly possible there is limitations what
    kind of stream DVB USB bridge can PID filter, but it still does
    not make sense to define filters for each frontend as frontend
    could offer different stream types for different standards.
    
    Likely new way is to enable / disable PID filters are needed to
    make decision at runtime (callback). PID filters are quite legacy
    stuff as those are aimed cut stream smaller to fit for the USB1.1...
    Signed-off-by: default avatarAntti Palosaari <crope@iki.fi>
    Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
    e46c5b66
dvb_usb_dvb.c 10.1 KB