deinterlace: Fix typo to not change the input caps but our filtered caps
authorVivia Nikolaidou <vivia@toolsonair.com>
Thu, 17 Mar 2016 18:53:27 +0000 (20:53 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 17 Mar 2016 19:11:36 +0000 (21:11 +0200)
commit5d8e7598acb9cb4c1bb7da3b951be8763720b17c
treecc71b4739b23e661bbe399920e1760726d0e6ca7
parentc4ef8d2cad9fd5a66c1c156197f6c47ba8a6225d
deinterlace: Fix typo to not change the input caps but our filtered caps

Changing the input caps and not using them anymore afterwards is useless, and
it breaks negotiation in pipelines like:

gst-launch-1.0 videotestsrc ! "video/x-raw,framerate=25/1,interlace-mode=interleaved" !
  deinterlace fields=all ! "video/x-raw,framerate=50/1,interlace-mode=progressive" !
  fakesink
gst/deinterlace/gstdeinterlace.c