[Bug 779146] dmabuf: be able to negotiate tiled surfaces

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Feb 23 22:18:57 UTC 2017


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

Julien Isorce <julien.isorce at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |julien.isorce at gmail.com

--- Comment #3 from Julien Isorce <julien.isorce at gmail.com> ---
Hi Scott, do you mean that here
https://cgit.freedesktop.org/gstreamer/gstreamer-vaapi/tree/gst/vaapi/gstvaapipluginbase.c#n512
you would like to remove the LINEAR flag  in some cases ? Like the idea in line
552 (note that it is not really implemented yet).
Except that in your case it will be even more tricky, i.e. you would like to be
tiled even when not using the same devices for import / export ? (ex: v4l2src !
vaapienc ?)

The general idea line 552 is to say that we want linear when using same devices
for import / export or export / import. And tiled if same devices. We could
change "same devices" to "compatible devices". And we could also do that with
list/map of vendor ids / device ids. Do you think that would work ? And/or do
you have another idea how to detect that ?

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