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 763869 - deinterlace: Add "auto" fields mode
deinterlace: Add "auto" fields mode
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: 1.9.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-03-18 12:24 UTC by Vivia Nikolaidou
Modified: 2016-03-24 12:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
0001-deinterlace-Added-auto-fields-mode.patch (9.19 KB, patch)
2016-03-18 12:25 UTC, Vivia Nikolaidou
none Details | Review
0001-deinterlace-Added-auto-fields-mode.patch (9.38 KB, patch)
2016-03-18 12:44 UTC, Vivia Nikolaidou
committed Details | Review
0002-deinterlace-Added-unit-tests-for-field-auto.patch (2.33 KB, patch)
2016-03-18 12:44 UTC, Vivia Nikolaidou
committed Details | Review

Description Vivia Nikolaidou 2016-03-18 12:24:47 UTC
The "auto" fields mode will detect the upstream and downstream framerates and
    will decide to deinterlace all or only top fields.
Comment 1 Vivia Nikolaidou 2016-03-18 12:25:50 UTC
Created attachment 324260 [details] [review]
0001-deinterlace-Added-auto-fields-mode.patch
Comment 2 Vivia Nikolaidou 2016-03-18 12:44:15 UTC
Created attachment 324263 [details] [review]
0001-deinterlace-Added-auto-fields-mode.patch
Comment 3 Vivia Nikolaidou 2016-03-18 12:44:46 UTC
Created attachment 324264 [details] [review]
0002-deinterlace-Added-unit-tests-for-field-auto.patch
Comment 4 Sebastian Dröge (slomo) 2016-03-24 12:36:31 UTC
commit 02a932d789a49ee6c8e157e0bf8e19d289bd632d
Author: Vivia Nikolaidou <vivia@ahiru.eu>
Date:   Fri Mar 18 14:40:58 2016 +0200

    deinterlace: Added unit tests for field=auto
    
    https://bugzilla.gnome.org/show_bug.cgi?id=763869

commit dc2aafb3d43734be09dc726ede76bc4470a05a91
Author: Vivia Nikolaidou <vivia@toolsonair.com>
Date:   Thu Mar 17 21:21:02 2016 +0200

    deinterlace: Added "auto" fields mode
    
    The "auto" fields mode will detect the upstream and downstream framerates and
    will decide to deinterlace all or only top fields.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=763869