[gstreamer-bugs] [Bug 602419] [basesink] Regression with position reporting

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Nov 19 08:24:09 PST 2009


https://bugzilla.gnome.org/show_bug.cgi?id=602419
  GStreamer | gstreamer (core) | 0.10.x

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Target Milestone|HEAD                        |0.10.26
     Ever Confirmed|0                           |1
           Severity|normal                      |blocker

--- Comment #2 from Sebastian Dröge <slomo at circular-chaos.org> 2009-11-19 16:24:08 UTC ---
On IRC Jan said, that this could be the right thing:

   if (GST_CLOCK_DIFF (base, now) < 0)
-    base = -now;
+    base = now;


Fixes this bug at least.

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