[gstreamer-bugs] [Bug 616516] [qtdemux] h264 playback gets skippy after a seek

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon May 10 09:37:17 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=616516
  GStreamer | gst-plugins-good | 0.10.18

--- Comment #5 from Mark Nauwelaerts <mnauw at users.sourceforge.net> 2010-05-10 16:37:15 UTC ---
Created an attachment (id=160737)
 View: https://bugzilla.gnome.org/attachment.cgi?id=160737
 Review: https://bugzilla.gnome.org/review?bug=616516&attachment=160737

Fix partial parsing of ctts table

There was indeed a discrepancy between timestamps with or without seek.
In fact, without seeking timestamps would be PTS, and after a seek they could
simply be DTS (so ascending).

Attached patch makes things consistent, so timestamps will be PTS all the time
(with or without seeking).

-- 
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