glslstage: properly return an error when we could not create the shader stage
authorMatthew Waters <matthew@centricular.com>
Wed, 11 Nov 2015 00:29:35 +0000 (11:29 +1100)
committerMatthew Waters <matthew@centricular.com>
Wed, 11 Nov 2015 00:29:35 +0000 (11:29 +1100)
commit8d8063060e50a6c91946356f6655e4b5264ed09a
tree377820e7822f0f8661c800d16fa7cff48ede6343
parent21bd8ee536f13f25c830f74b04dd84008dff0226
glslstage: properly return an error when we could not create the shader stage

While it was erroring out correctly later, there were GLib warnings about
setting a GError over the top of another GError.
gst-libs/gst/gl/gstglslstage.c