Revert "videoconvert: prevent bad interlaced conversions"
authorWim Taymans <wim.taymans@collabora.co.uk>
Sat, 23 Mar 2013 23:21:36 +0000 (00:21 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Sat, 23 Mar 2013 23:21:36 +0000 (00:21 +0100)
commitb1950b6409437ee69e77c8a6717affd9ce5a7041
treee841a00c24f6a9d02770e40cd8ed21ea07563fe3
parentadc9694ed70870549fc8f4a6257f3b132ea31733
Revert "videoconvert: prevent bad interlaced conversions"

This reverts commit adc9694ed70870549fc8f4a6257f3b132ea31733.

No need to restrict the conversion, we can handle interlace correctly. We
basically unpack each field, then convert each field to the target colorspace
and pack and interleave each field to the target format. We also disable any
fast path that can't deal with interlaced formats.
gst/videoconvert/gstvideoconvert.c
tests/check/pipelines/simple-launch-lines.c