[Bug 656115] mpegpsdemux: handle SCR jumps/discontinuities more gracefully

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Dec 9 20:31:41 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=656115
  GStreamer | gst-plugins-bad | git

Matej Knopp <matej.knopp> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matej.knopp at gmail.com

--- Comment #5 from Matej Knopp <matej.knopp at gmail.com> 2011-12-10 04:31:34 UTC ---
I am probably missing something here, but his is how the diff is computed

    if (G_UNLIKELY (old_scr > scr_adjusted))
      diff = old_scr - scr_adjusted;
    else
      diff = scr_adjusted - old_scr;

what difference does it make whether it's signed or not?

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