[Bug 780100] video: add support for BGR and BGRA formats with 12 bits per channel

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Mar 16 14:28:53 UTC 2017


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

--- Comment #13 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
(In reply to emeric.grange from comment #10)
> Created attachment 348090 [details]
> cineform playback error log
> 
> Here is the cineform playback error log

I couldn't find the problem while shortly looking, but there's definitely
something wrong with the patch. It also crashes in various ways with very
simple pipelines:

gst-launch-1.0 videotestsrc ! "video/x-raw,format=GBR_12BE" ! videoconvert !
"video/x-raw,format=RGBA" ! glimagesink
gst-launch-1.0 videotestsrc ! "video/x-raw,format=GBRA_10BE" ! videoconvert !
"video/x-raw,format=RGBA" ! glimagesink

Same with the LE variants. GBR_10BE/LE works fine though (the old one). I'd
look into these problems first, that might also solve the gst-libav ones.

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