[Bug 729335] New: basesink: Should render buffers that arrived on time even if prepare() took some time

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu May 1 07:59:34 PDT 2014


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

           Summary: basesink: Should render buffers that arrived on time
                    even if prepare() took some time
    Classification: Platform
           Product: GStreamer
           Version: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: nicolas.dufresne at collabora.co.uk
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


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

Always render prepared buffer if they arrived on time

Currently basesink drops buffers if after having run prepare() they are
considered late. This starves rendering, with result of no frame being rendered
if prepare() takes a lot of time. This affect glimagesink on HW with low memory
bandwidth. Instead of degrading correctly the rendering performance, we get no
frame displayed.

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