glviewconvert: Fix texture target fixation
authorJan Schmidt <jan@centricular.com>
Thu, 25 Aug 2016 05:26:49 +0000 (15:26 +1000)
committerJan Schmidt <jan@centricular.com>
Thu, 25 Aug 2016 17:25:49 +0000 (03:25 +1000)
commit45df74868ce154dac0631c1f2d25e54c05c65b13
treeba2e35a35ecd3460c58b729296060445750d6cef
parent4f6ae1f48c2a139faf07958b9e2232da8dde1b83
glviewconvert: Fix texture target fixation

Don't set the chosen texture-target into the wrong structure.
The input caps may not be writable, and in any case - the
intention was to configure the othercaps. Also, remove an
extra unref - the othercaps ref is consumed by
gst_caps_make_writable already.
gst-libs/gst/gl/gstglviewconvert.c