[Bug 796521] msdk: Playback not smooth by using ximagesink.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jul 19 21:54:03 UTC 2018


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

--- Comment #8 from Nicolas Dufresne (ndufresne) <nicolas at ndufresne.ca> ---
The issue might come from the way read the NV12 memory in videoconvert. When
you output BGRx, the code that reads the memory is simply do memcpy(), which in
the converter, we will do random pixel access, and I'm thinking this could be
extremely slow without cache. What's the reason for not producing cacheable
buffers on memory coherant system like Intel platform ?

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