GNOME Bugzilla – Bug 789236
vaapisink shows blank and white output
Last modified: 2018-11-03 15:51:36 UTC
Created attachment 361925 [details] Screen shot of Black and White Output Hi, I m using the pipeline gst-launch -v videotestsrc ! vaapisink and the see a black and while output on one H/W system (Config 1 1). The same Hard disk on a different H/W system (different processor than Config1), shows colored o/p. I used GST_DEBUG=vaapisink:5 gst-launch-1.0 videotestsrc ! vaapisnk to compare the debug logs on both system and debug traces are the same. Is there any further debug approaches that you could suggest ? Thank you Mats
I guess that problem relies on the driver (since they are different hardware) not in the middleware (gstreamer-vaapi in this case)
Is there a way to get additional debug information at vaapisink before looking into driver ?
(In reply to Mats from comment #2) > Is there a way to get additional debug information at vaapisink before > looking into driver ? GST_DEBUG=vaapi*:7 gst-launch-1.0 videotestsrc ! vaapisnk You'll get all the available vaapi debug logging
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/issues/70.