[gstreamer-bugs] [Bug 342463] New: ximagesrc performance improvement

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat May 20 23:28:06 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=342463
 GStreamer | gst-plugins-good | Ver: HEAD CVS

           Summary: ximagesrc performance improvement
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: anholt at FreeBSD.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: 2.13/2.14
   GNOME milestone: Unspecified


Please describe the problem:
Before the addition of the damage extension code, ximagesrc copied the entire
screen out per frame, which was bad.  Now, with the damage code we copy out the
area of the screen that was damaged for each set of damage that occurs.  If the
screen is changing faster than the framerate, this will probably be worse than
pre-damage.  So, instead I changed it so that only use the union of all the
damage that happens between frames.  Patch to follow.

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:


-- 
Configure bugmail: http://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