[Bug 754465] compositor: Negotiation failure with ARGB64
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Sep 9 14:58:34 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=754465
Thiago Sousa Santos <thiagossantos at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |thiagossantos at gmail.com
--- Comment #4 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
There seems to be a collection of small things to fix here. Let's start with a
simple one.
The formats that compositor can handle:
" { AYUV, BGRA, ARGB, RGBA, ABGR, Y444, Y42B, YUY2, UYVY, "\
" YVYU, I420, YV12, NV12, NV21, Y41B, RGB, BGR, xRGB, xBGR, "\
" RGBx, BGRx } "
The input on this sample is ARGB64, so it should fail right away as it seems
not to be supported. I guess we want to start by extending the compositor list
to everything in the gstvideo lib? Or is there any reason for the smaller set
of formats?
--
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