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 768173 - omxvideodec: Use GST_VIDEO_FRAME_PLANE_STRIDE() to get output buffer's stride
omxvideodec: Use GST_VIDEO_FRAME_PLANE_STRIDE() to get output buffer's stride
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-omx
git master
Other Linux
: Normal normal
: 1.9.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-06-29 08:29 UTC by Kazunori Kobayashi
Modified: 2016-06-29 08:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use GST_VIDEO_FRAME_PLANE_STRIDE() to get output buffer's stride (1005 bytes, patch)
2016-06-29 08:29 UTC, Kazunori Kobayashi
committed Details | Review

Description Kazunori Kobayashi 2016-06-29 08:29:07 UTC
Created attachment 330536 [details] [review]
Use GST_VIDEO_FRAME_PLANE_STRIDE() to get output buffer's stride

GST_VIDEO_FRAME_PLANE_STRIDE() should be used to get the actual buffer stride,
as reported in the buffers's GstVideoMeta, when copying data to that buffer.
Comment 1 Matthew Waters (ystreet00) 2016-06-29 08:46:00 UTC
Thanks!

commit 766cd65fa4c76eda6438b3aaa2f9afcaa9a2d660
Author: Kazunori Kobayashi <kkobayas@igel.co.jp>
Date:   Wed Jun 29 16:37:43 2016 +0900

    omxvideodec: Use GST_VIDEO_FRAME_PLANE_STRIDE() to get output buffer's stride
    
    GST_VIDEO_FRAME_PLANE_STRIDE() should be used to get the actual buffer stride,
    as reported in the buffers's GstVideoMeta, when copying data to that buffer.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=768173