From 370520682dc61e28ca634a6a90d78f95b49e11dc Mon Sep 17 00:00:00 2001 From: Carl-Anton Ingmarsson Date: Wed, 19 Aug 2009 22:40:48 +0200 Subject: [PATCH] vdpauvideopostprocess: don't remove interlaced flag in video_to_output_caps() --- sys/vdpau/gstvdputils.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/vdpau/gstvdputils.c b/sys/vdpau/gstvdputils.c index 738807b4e4..4b34f0d39f 100644 --- a/sys/vdpau/gstvdputils.c +++ b/sys/vdpau/gstvdputils.c @@ -134,7 +134,6 @@ gst_vdp_video_to_output_caps (GstCaps * caps) gst_structure_set_name (structure, "video/x-vdpau-output"); gst_structure_remove_field (structure, "chroma-type"); - gst_structure_remove_field (structure, "interlaced"); } return result;