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 125732 - v4lsrc & v4l2src don't support all YUV formats
v4lsrc & v4l2src don't support all YUV formats
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal enhancement
: 0.8.1
Assigned To: Ronald Bultje
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-10-28 21:25 UTC by Ronald Bultje
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ronald Bultje 2003-10-28 21:25:52 UTC
Both elements need to support planar YUV422, YUV411 and some more formats
as described in the docs. They mostly only support YUV411packed,
YUV422packed and YUV420planar (and some RGB).
Comment 1 Ronald Bultje 2004-02-24 16:42:55 UTC
v4l done, v4l2 needs YUV411P (Y41B) and YUV422P (Y42B) added.
Comment 2 Ronald Bultje 2004-04-10 12:20:39 UTC
Fixed in CVS.