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 591712 - [dvdec] sets top field first not bottom field first on pal interlaced content
[dvdec] sets top field first not bottom field first on pal interlaced content
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.16
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-08-13 16:26 UTC by Zaheer Abbas Merali
Modified: 2009-08-14 12:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
unsets tff flag whether PAL or not (642 bytes, patch)
2009-08-13 16:27 UTC, Zaheer Abbas Merali
committed Details | Review

Description Zaheer Abbas Merali 2009-08-13 16:26:23 UTC
DV interlaced content is always bottom field first.

Attached patch fixes the problem where TFF buffer flag is set.
Comment 1 Zaheer Abbas Merali 2009-08-13 16:27:47 UTC
Created attachment 140672 [details] [review]
unsets tff flag whether PAL or not
Comment 2 Tim-Philipp Müller 2009-08-14 12:38:30 UTC
commit 8dd9583357639b3731ab53618daa79b430ffbffe
Author: Zaheer Merali <zaheerabbas@merali.org>
Date:   Fri Aug 14 13:34:53 2009 +0100

    dvdec: set bottom field first on PAL interlaced content, not top field first
    
    DV interlaced content is always bottom field first. Fixes #591712.