[gstreamer-bugs] [Bug 597407] GstPipeline calculates base_time incorrectly when a new clock appears during PAUSED state

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Oct 5 05:06:47 PDT 2009


https://bugzilla.gnome.org/show_bug.cgi?id=597407
  GStreamer | gstreamer (core) | 0.10.23

--- Comment #1 from Tommi Myöhänen <ext-tommi.myohanen at nokia.com> 2009-10-05 12:06:45 UTC ---
hmm, after further investigation it looks like the problem is not about
timestamps from two different clocks, since that GST_ELEMENT_START_TIME
(pipeline) is not an absolute timestamp after all. Instead, the problem is that
if the new clock starts from zero, base time calculation gives a negative
value, which is then casted into very big number when storing in unsigned
variable.

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