[gstreamer-bugs] [Bug 618336] mpegvideoparse makes some streams unplayable
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed May 12 15:28:39 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=618336
GStreamer | gst-plugins-bad | git
--- Comment #3 from Austin Lund <austin.lund at gmail.com> 2010-05-12 22:28:35 UTC ---
I have converted some of the debugging info in mpegpacketiser into the proper
form. I found that in the stream there is no timestamp when a picture packet
is sent and the last timestamp was sent at the sequence header which is in
another block in the packetiser. The old code would only look at timestamps
for blocks which contain picture headers. I have tried refactoring the code to
make it work for this case.
I'm attaching two patches. One for debugging the mpegpacketiser code, the
other to change the block timestamp handling. It does seem to work for me.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list