After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 623833 - VDPAU: Video/Output Surfaces need to be cached/pooled
VDPAU: Video/Output Surfaces need to be cached/pooled
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-07-08 13:06 UTC by Ahmed Ammar
Modified: 2013-07-17 06:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Initial vdpau surfaces buffer pool patch (7.68 KB, patch)
2010-07-08 13:14 UTC, Ahmed Ammar
none Details | Review

Description Ahmed Ammar 2010-07-08 13:06:54 UTC
On smaller devices (Such as ATOM330+ION), CPU consumption reaches 100% due to the constant allocation/deallocation of VDPAU surfaces (video and output). 

After discussions with satis on irc it was decided that a buffer-pool/cache was needed to improve performance.

A patch will soon follow from myself.
Comment 1 Ahmed Ammar 2010-07-08 13:14:21 UTC
Created attachment 165475 [details] [review]
Initial vdpau surfaces buffer pool patch
Comment 2 Ahmed Ammar 2010-07-08 13:32:40 UTC
N.B. there's a left-over g_print in the patch.
Comment 3 Carl-Anton Ingmarsson 2010-07-30 09:44:05 UTC
I've now commited a big patchset that should cache the buffers. Please report if it works to your liking.
Comment 4 Edward Hervey 2013-07-17 06:26:21 UTC
vdpau has moved to VideoDecoder class and uses a buffer pool. Closing as obsolete.