GStreamer multimedia framework
Go to file
Nicolas Dufresne 1a7c9b82f4 gtk: Fix race between queue_draw and destroy
In GTK dispose can be called before the last ref is reached. This
happens when you close the container window. The dispose will be
explicitly called, and destroyed notify will be fired. This patch
fixes this race by properly tracking the widget state.

In the sink, we now set the widget pointer to NULL, so the widget
will properly get created again if you set your pipeline to NULL
state after the widget was destroy, and set it back to PLAYING.

https://bugzilla.gnome.org/show_bug.cgi?id=751104
2015-07-16 17:05:36 -04:00
ext/gtk gtk: Fix race between queue_draw and destroy 2015-07-16 17:05:36 -04:00
tests/examples/gtk gstgtk: No need to realize the widget 2015-06-11 12:41:49 -04:00