[Bug 743908] simplevideomark: crash when launch with max property values

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jun 1 18:24:42 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=743908

Vineeth <vineeth.tm at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #298685|0                           |1
        is obsolete|                            |

--- Comment #13 from Vineeth <vineeth.tm at samsung.com> ---
Created attachment 304397
  --> https://bugzilla.gnome.org/attachment.cgi?id=304397&action=edit
fix display logic

In case of XVImageSink pixel stride will be 2 and row stride will be 640 while
the same in XImageSink is 1 and 320.

While calculating X position we should not use pixel stride, and while moving
through the data we should use pixel stride values.
Please verify.

-- 
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