GNOME Bugzilla – Bug 622736
[ffdeinterlace] [PATCH] Set the 'interlaced' field to FALSE in the source pad's caps
Last modified: 2010-07-18 19:18:43 UTC
Created attachment 164625 [details] [review] Set the 'interlaced' field in the src pad's caps to FALSE The sink caps are copied to the src pad, and the 'interlaced' field is kept as TRUE (if present), whilst it should be FALSE. Attached patch.
commit e0984904c34cdca2792788e71dd66a076449e770 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Sun Jul 18 20:15:32 2010 +0100 ffdeinterlace: some minor clean-ups Don't use studlyCaps; gboolean != GstFlowReturn; use gst_caps_set_simple() instead of creating a GValue just to set a boolean field on a caps structure. See #622736.