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)
committerMatthew Waters <matthew@centricular.com>
Tue, 8 Nov 2016 04:14:27 +0000 (15:14 +1100)
commit5d22e0c8d093a3c2eca1d0da9c2d9890669a872b
tree13325a09553613d9fe0fbdad2a7eae14dc44324e
parente811ed18bac7a2036cf3755300b48b7d89283e38
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