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 794247 - gstreamer-vaapi do not support dma-buf import
gstreamer-vaapi do not support dma-buf import
Status: RESOLVED DUPLICATE of bug 792034
Product: GStreamer
Classification: Platform
Component: gstreamer-vaapi
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-03-12 07:09 UTC by deshui
Modified: 2018-03-13 02:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description deshui 2018-03-12 07:09:56 UTC
Gstreamer-vaapi don’t support dmabuf-import anymore
it is removed by https://bug792034.bugzilla-attachments.gnome.org/attachment.cgi?id=366741

so gst-launch-1.0 icamerasrc ... io-mode=3 ! "video/x-raw, ..." ! vaapipostproc ! filesink location=1.raw does not work.
could you add the dmabuf import support back?
Comment 1 Nicolas Dufresne (ndufresne) 2018-03-12 13:23:28 UTC
icamsrc can solve this easily by negotiating memory:DMABuf caps feature, does that work for you ?

We can also add automatic/dynamic importation, but not by navigating up the links and enabling it door well known source.
Comment 2 sreerenj 2018-03-12 19:07:56 UTC
We are talking about the same issue here 
https://bugzilla.gnome.org/show_bug.cgi?id=792034

Why a new bug?

@deshui: Try with the patches attached in #792034 and let us know the issues.
Comment 3 Nicolas Dufresne (ndufresne) 2018-03-12 19:47:19 UTC

*** This bug has been marked as a duplicate of bug 792034 ***