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 511001 - enhanced deinterlace plugin
enhanced deinterlace plugin
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal enhancement
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-01-21 11:04 UTC by Gabriel Bouvigne
Modified: 2008-01-21 12:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
deinterlace patch (13.45 KB, patch)
2008-01-21 11:04 UTC, Gabriel Bouvigne
none Details | Review

Description Gabriel Bouvigne 2008-01-21 11:04:07 UTC
The deinterlace plugin, in its current state, does not provide "great" results.

Here is a patch against it:

*provides 4:2:2 support
*also deinterlace chroma planes
*allow to turn on/off deinterlacing
*change of default thresholds, in order to provide acceptable results with default params
Comment 1 Gabriel Bouvigne 2008-01-21 11:04:39 UTC
Created attachment 103321 [details] [review]
deinterlace patch
Comment 2 Wim Taymans 2008-01-21 12:19:20 UTC
        Patch by: Gabriel Bouvigne <bouvigne at mp3-tech dot org>

        * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init),
        (gst_deinterlace_init), (gst_deinterlace_set_caps),
        (gst_deinterlace_transform_ip), (gst_deinterlace_set_property),
        (gst_deinterlace_get_property):
        * gst/deinterlace/gstdeinterlace.h:
        Provide 4:2:2 support
        Also deinterlace chroma planes
        Allow to turn on/off deinterlacing
        Change of default thresholds, in order to provide acceptable results
        with default params. Fixes #511001.