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 687965 - videocrop: Add support for NV12/NV21
videocrop: Add support for NV12/NV21
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.x
Other All
: Normal enhancement
: 0.10.32
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on: 687964
Blocks:
 
 
Reported: 2012-11-09 09:50 UTC by Nicolas Dufresne (ndufresne)
Modified: 2012-11-10 01:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
videocrop: Add support for NV12/NV21 (5.15 KB, patch)
2012-11-09 09:50 UTC, Nicolas Dufresne (ndufresne)
none Details | Review
videocrop: Add support for NV12/NV21 (5.16 KB, patch)
2012-11-09 12:49 UTC, Nicolas Dufresne (ndufresne)
committed Details | Review

Description Nicolas Dufresne (ndufresne) 2012-11-09 09:50:27 UTC
Note: Same as bug 687964 but for GStreamer 0.10.X

Videocrop does not support NV12/21 bi-planar format. There format are commonly
found on Android and iOS platforms.
Comment 1 Nicolas Dufresne (ndufresne) 2012-11-09 09:50:30 UTC
Created attachment 228529 [details] [review]
videocrop: Add support for NV12/NV21
Comment 2 Sebastian Dröge (slomo) 2012-11-09 10:43:21 UTC
See comments in the other bug, also we should probably just use the same bug for both versions ;)
Comment 3 Nicolas Dufresne (ndufresne) 2012-11-09 12:49:56 UTC
Created attachment 228560 [details] [review]
videocrop: Add support for NV12/NV21
Comment 4 Olivier Crête 2012-11-10 01:42:27 UTC
commit 3175a5d82211bd87b6280abfa048f153f2fa440f
Author: Nicolas Dufresne <nicolas.dufresne@collabora.com>
Date:   Thu Nov 8 17:51:00 2012 +0100

    videocrop: Add support for NV12/NV21
    
    https://bugzilla.gnome.org/show_bug.cgi?id=687965