GNOME Bugzilla – Bug 696100
videoconvert/videoscale: broken conversion for interlaced Y41B
Last modified: 2013-05-11 17:21:55 UTC
I broke conversion for 4:1:1 to 4:2:2 for interlaced video in the following commit: commit fe71cfcaaf624b8efd9d4e189a237051603fd012 Author: David Schleef <ds@schleef.org> Date: Fri Mar 8 14:49:31 2013 -0800 videoconvert: prevent bad interlaced conversions Don't allow conversion that changes vertical subsampling if video is interlaced. I'm working on fixing this soonish, and a few other minor issues for interlaced video in videoconvert and videoscale. But before any releases, those patches should land (preferred), or this commit should be reverted.
Is this fixed by http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=adc9694ed70870549fc8f4a6257f3b132ea31733 ?
yeah, thanks for the reminder.
This particular commit got reverted, but I think it's fixed in any case.