GNOME Bugzilla – Bug 654220
mpegtsdemux couldn't demux some ES content at the end of TS stream
Last modified: 2011-07-08 22:06:00 UTC
Found mpegtsdemux couldn't demux ES content at the end of TS stream. It misses final several PES's content. However, ffdemux_mpegts won't. Could use "gst-launch-0.10 filesrc location=BA1_FT_C.ts ! mpegtsdemux ! filesink location=dump0.h264" and "gst-launch-0.10 filesrc location=BA1_FT_C.ts ! ffdemux_mpegts ! filesink location=dump1.h264" to reproduce this issue.
Created attachment 191508 [details] the testcase file Could use "gst-launch-0.10 filesrc location=BA1_FT_C.ts ! mpegtsdemux ! filesink location=dump0.h264" and "gst-launch-0.10 filesrc location=BA1_FT_C.ts ! ffdemux_mpegts ! filesink location=dump1.h264" to reproduce this issue.
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 648245 ***