vdpauvideopostprocess: don't remove interlaced flag in video_to_output_caps()

This commit is contained in:
Carl-Anton Ingmarsson 2009-08-19 22:40:48 +02:00 committed by Jan Schmidt
parent ba69dd4747
commit 370520682d

View file

@ -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;