mpegtsdemux: Deliver all packets to tsparse
34af8ed6 changed the code to use the packetizer's packets instead of the incoming buffers, but mpegtsbase didn't actually push all packets to the subclass. As a result, padding (PID 0x1FFF) packets got lost.
Add a new boolean to toggle pushing unknown packets to mpegtsbase and have mpegtsparse make use of it.
/cc @vivia
Merge request reports
Activity
added 1 commit
- c1552255 - mpegtsdemux: tests: Test that tsparse doesn't drop padding
assigned to @gstreamer-merge-bot and unassigned @heftig
mentioned in commit heftig/gst-plugins-bad@a41dda3e
mentioned in commit heftig/gst-plugins-bad@9926a645
added 4 commits
-
c1552255...06f3a0ed - 2 commits from branch
gstreamer:master
- 9926a645 - mpegtsdemux: Deliver all packets to tsparse
- a41dda3e - mpegtsdemux: tests: Test that tsparse doesn't drop padding
-
c1552255...06f3a0ed - 2 commits from branch
assigned to @heftig and unassigned @gstreamer-merge-bot
assigned to @gstreamer-merge-bot and unassigned @heftig
mentioned in commit heftig/gst-plugins-bad@aad9cf80
mentioned in commit heftig/gst-plugins-bad@23a2916a
added 6 commits
-
a41dda3e...2dc689c2 - 4 commits from branch
gstreamer:master
- 23a2916a - mpegtsdemux: Deliver all packets to tsparse
- aad9cf80 - mpegtsdemux: tests: Test that tsparse doesn't drop padding
-
a41dda3e...2dc689c2 - 4 commits from branch
changed milestone to %1.17.1