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 636179 - [deinterlace] Fields in wrong order
[deinterlace] Fields in wrong order
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.26
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-11-30 23:51 UTC by David Schleef
Modified: 2010-12-01 01:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (2.05 KB, patch)
2010-11-30 23:51 UTC, David Schleef
none Details | Review

Description David Schleef 2010-11-30 23:51:32 UTC
Created attachment 175590 [details] [review]
patch

The current deinterlace code repeats the second field, not the first.  Patch following.  Patch also fixes bad timestamps on RFF fields.

This would be a good candidate for inclusion in the release.  It's effectively a one-liner.
Comment 1 David Schleef 2010-12-01 01:30:01 UTC
commit b27d93a84a3f7c2474c91479a5554de0fa1b1a29
Author: David Schleef <ds@schleef.org>
Date:   Tue Nov 30 15:28:50 2010 -0800

    deinterlace: analyse RFF fields in correct order
    
    Code was repeating the second field, not the first.
    Fixes: #636179.