After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 654220 - mpegtsdemux couldn't demux some ES content at the end of TS stream
mpegtsdemux couldn't demux some ES content at the end of TS stream
Status: RESOLVED DUPLICATE of bug 648245
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.x
Other All
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-07-08 07:36 UTC by fbcome
Modified: 2011-07-08 22:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
the testcase file (697.29 KB, application/octet-stream)
2011-07-08 07:48 UTC, fbcome
Details

Description fbcome 2011-07-08 07:36:19 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.
Comment 1 fbcome 2011-07-08 07:48:32 UTC
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.
Comment 2 David Schleef 2011-07-08 22:06:00 UTC
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 ***