Skip to content

tsdemux: mpegts descriptors are parsed fail

Wenlin Hung requested to merge Wenlin/gst-plugins-bad:fix-issue-1705 into master

Some bitstream has private descriptor tags with invalid descriptor length bytes. Should skip descriptor parsing which is invalid descriptor length and keep playing, instead of returning descriptor parsing fail then stop playback.

Merge request reports