[gstreamer-bugs] [Bug 611087] New: [basesink] emergency rendering of late buffers fails after resuming from PAUSE

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Feb 25 07:28:36 PST 2010


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

           Summary: [basesink] emergency rendering of late buffers fails
                    after resuming from PAUSE
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: mnauw at users.sourceforge.net
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Created an attachment (id=154694)
 View: https://bugzilla.gnome.org/attachment.cgi?id=154694
 Review: https://bugzilla.gnome.org/review?bug=611087&attachment=154694

Fix emergency timestamp tracking.

Basesink performs emergency rendering of late buffers (about once per second)
to avoid playback appearing stuck.  It keeps track of this in last_in_time, but
this is reset during state change PLAYING_TO_PAUSED and as a result, emergency
rendering never resumes (nor would it ever start if initial buffers are already
late).

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