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 758058 - v4l2object: add support of NV16, NV61 and NV24 formats
v4l2object: add support of NV16, NV61 and NV24 formats
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: 1.7.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-11-13 13:48 UTC by Aurélien Zanelli
Modified: 2015-11-13 17:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
v4l2object: add support of NV16, NV61 and NV24 formats (3.83 KB, patch)
2015-11-13 13:49 UTC, Aurélien Zanelli
committed Details | Review

Description Aurélien Zanelli 2015-11-13 13:48:26 UTC
Currently v4l2 elements don't support NV16, NV61 and NV24 pixel format so I propose to make them available to users.
Comment 1 Aurélien Zanelli 2015-11-13 13:49:58 UTC
Created attachment 315404 [details] [review]
v4l2object: add support of NV16, NV61 and NV24 formats
Comment 2 Nicolas Dufresne (ndufresne) 2015-11-13 15:32:03 UTC
Attachment 315404 [details] pushed as aaab7b6 - v4l2object: add support of NV16, NV61 and NV24 formats
Comment 3 Nicolas Dufresne (ndufresne) 2015-11-13 15:33:10 UTC
Thanks you, note I could not test it, turns out vivid does not yet support those formats. But the patch looks good upon review.
Comment 4 Aurélien Zanelli 2015-11-13 15:37:44 UTC
(In reply to Nicolas Dufresne (stormer) from comment #3)
> Thanks you, note I could not test it, turns out vivid does not yet support
> those formats. But the patch looks good upon review.

Strange, I tested them with the vivid driver (linux 4.2).
Comment 5 Nicolas Dufresne (ndufresne) 2015-11-13 17:22:19 UTC
Ah, probably need something for mplane=2.
Comment 6 Nicolas Dufresne (ndufresne) 2015-11-13 17:24:30 UTC
OK, nevermind, works here, 4.3. Probably a typo while testing few hours ago.