deinterlace: remove check for impossible condition
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Mon, 8 Feb 2016 23:41:32 +0000 (23:41 +0000)
committerLuis de Bethencourt <luisbg@osg.samsung.com>
Mon, 8 Feb 2016 23:48:28 +0000 (23:48 +0000)
commit3738ce8ba1ba466a5029b442122ab7fd465b5933
tree4c99ff7f98c15681738a2a45631676edd76200b3
parenta267741ca0661d006e33702d34b26647485fa0c5
deinterlace: remove check for impossible condition

Commit bd27a1f30b4458f2edee53c76dd07fb35904b61d added a few error handling
memory management checks. These check srccaps to see if it needs to be
unreferenced before returning, in the case of invalid_caps this goto jump
always happens before srccaps is set, so it will always be NULL in this
error label.

CID #1352035
gst/deinterlace/gstdeinterlace.c