mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
vdpauvideopostprocess: don't remove interlaced flag in video_to_output_caps()
This commit is contained in:
parent
ba69dd4747
commit
370520682d
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue