GstGtkGLSink: fix possible warning in finalize
authorXavier Claessens <xavier.claessens@collabora.com>
Tue, 16 Jun 2015 20:21:26 +0000 (16:21 -0400)
committerMatthew Waters <matthew@centricular.com>
Thu, 9 Jul 2015 06:40:19 +0000 (16:40 +1000)
commit72b48a39d809115df6c9465081f983c874fd4025
tree89f5ebe045da23d3dd4f5c651783ba04f87f861d
parentcd4755635111775ed2df1616e0410664b4869f81
GstGtkGLSink: fix possible warning in finalize

If the element is finalized before going in READY state
the widget could still be NULL.

https://bugzilla.gnome.org/show_bug.cgi?id=751104
ext/gtk/gstgtkglsink.c