tsparse: support parsing M2TS packets
While I was testing rtpmp2tpay2 which supports a 192 packet size I found that tsparse does not actually send 192 size buffer ahead but only sends the packet size info as 192. As a result the payloader does not get correct multiple of buffer as per 192 packet size. Ref: https://discourse.gstreamer.org/t/packet-size-cap-for-rtpmp2tpay2-only-works-for-188-standard-ts-packet/2456/5
Edited by Aniket Hande