dvb-pes (DEPRECATED)
This crate has been renamed to mpeg-pes.
PES (Packetized Elementary Stream) depacketization + PTS/DTS is an ISO/IEC 13818-1 standard, not DVB-specific, so the crate was renamed accordingly.
Please update your dependency:
# Before:
= "0.1"
# After:
= "0.1"
Replace all dvb_pes:: references with mpeg_pes:: in your source code.