[gst-cvs] gst-plugins-bad: vdpauvideopostprocess: don' t remove interlaced flag in video_to_output_caps()

Jan Schmidt thaytan at kemper.freedesktop.org
Wed Sep 16 17:39:12 PDT 2009


Module: gst-plugins-bad
Branch: master
Commit: 370520682dc61e28ca634a6a90d78f95b49e11dc
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=370520682dc61e28ca634a6a90d78f95b49e11dc

Author: Carl-Anton Ingmarsson <ca.ingmarsson at gmail.com>
Date:   Wed Aug 19 22:40:48 2009 +0200

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

---

 sys/vdpau/gstvdputils.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/sys/vdpau/gstvdputils.c b/sys/vdpau/gstvdputils.c
index 738807b..4b34f0d 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;





More information about the Gstreamer-commits mailing list