<html><head>

<style id="css_styles">
blockquote.cite { margin-left: 5px; margin-right: 0px; padding-left: 10px; padding-right:0px; border-left: 1px solid #cccccc }
blockquote.cite2 {margin-left: 5px; margin-right: 0px; padding-left: 10px; padding-right:0px; border-left: 1px solid #cccccc; margin-top: 3px; padding-top: 0px; }
a img { border: 0px; }
li[style='text-align: center;'], li[style='text-align: right;'] {  list-style-position: inside;}
body { font-family: Segoe UI; font-size: 12pt;   }
</style>
</head>
<body>I have a requirement to passthrough an interlaced stream without conversion to progressive. And the ability to choose top field first or bottom field first. <br /><br />I am using playbin, but disabling deinterlace doesn't seem to work. Is there another way required ? The stream is either RTMP or SRT. <br /><br />I've tried to select just some flags, but the interlace mode still shows up as progressive.<br /><br />gst-launch-1.0 playbin -vvvv force-aspect-ratio=false video-sink="kmssink" audio-sink="alsasink device=iec958:CARD=vc4hdmi,DEV=0" flags=0x00000100+0x00000002+0x00000001 uri=rtmp://url</body></html>