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 696100 - videoconvert/videoscale: broken conversion for interlaced Y41B
videoconvert/videoscale: broken conversion for interlaced Y41B
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal blocker
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-03-18 20:44 UTC by David Schleef
Modified: 2013-05-11 17:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Schleef 2013-03-18 20:44:02 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.
Comment 2 David Schleef 2013-03-24 00:41:18 UTC
yeah, thanks for the reminder.
Comment 3 Tim-Philipp Müller 2013-05-11 17:21:55 UTC
This particular commit got reverted, but I think it's fixed in any case.