GNOME Bugzilla – Bug 511001
enhanced deinterlace plugin
Last modified: 2008-01-21 12:19:20 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
Created attachment 103321 [details] [review] deinterlace patch
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.