examples/gl/qt: fix the examples for the use of newer API
authorMatthew Waters <matthew@centricular.com>
Tue, 8 Nov 2016 04:04:29 +0000 (15:04 +1100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:24 +0000 (19:32 +0000)
commit263255137e5f748b782a42a36cf8b322c4cd8430
tree7352ebbf2cdcb16d501820e332471be96e6f0bd7
parent85feb6d6f251ea21cab83723c99fd99c30004485
examples/gl/qt: fix the examples for the use of newer API

gstgl doesn't undo/overwrite what GL state the examples are changing
anymore.  As such, the examples need to reset the GL state themselves
to be able to play nice with libgstgl
tests/examples/gl/qt/mousevideooverlay/pipeline.cpp
tests/examples/gl/qt/qglwidgetvideooverlay/pipeline.cpp
tests/examples/gl/qt/qglwtextureshare/qglrenderer.cpp