[Bug 504672] [ffdeinterlace] crashes with height/width not multiples of 8

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Sep 9 06:07:04 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=504672
  GStreamer | gst-ffmpeg | git

Vincent Penquerc'h <vincent.penquerch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vincent.penquerch at collabora
                   |                            |.co.uk

--- Comment #4 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> 2011-09-09 13:06:55 UTC ---
ffmpeg will use a higher aligned stride for the destination buffer, and not the
smaller-aligned stride GStreamer expects (352 instead of 350 for the command
line above for the subsampled plane).

It only tests for multiple of 4 for both widths and heights though. Patch
attached.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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