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)
commitc55e55f48b4d2671814c12c976fb0bf9a1b8fe00
tree13e695bb66561e5e1c1b3680447232c78f15519e
parentcb10f1b290646b2e068f9e34baab6489bc920f3b
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