[Bug 781142] New: Seeking can be slow due to surface recreation

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Apr 10 15:35:27 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=781142

            Bug ID: 781142
           Summary: Seeking can be slow due to surface recreation
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gstreamer-vaapi
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: thaytan at noraisin.net
        QA Contact: gstreamer-bugs at lists.freedesktop.org
                CC: bsreerenj at gmail.com, vjaquez at igalia.com
     GNOME version: ---

gstreamer-vaapi seeking in 1.x can be significantly slower than in 0.10 on some
hardware (Z530) because the driver takes 40ms to create a surface. We didn't
used to recreate the entire decoder and surface pool on a seek, but now do.

Attached patches make that faster by adding a reset() method the backend vaapi
decoder that keeps the old surface pool around.

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