gstreamer/ext/gtk
Matthew Waters 057aca2cda gtk(gl)sink: remove the signal handlers on finalize
It's possible that the sink element will be freed before the widget is
destroyed.  When the widget was eventually destroyed, it was attempting to
access member variables of the freed sink struct which resulted in undefined
behaviour.

Fix by disconnecting our signal on finalize.

https://bugzilla.gnome.org/show_bug.cgi?id=762098
2016-02-16 20:09:08 +11:00
..
gstgtkbasesink.c gtk(gl)sink: remove the signal handlers on finalize 2016-02-16 20:09:08 +11:00
gstgtkbasesink.h gtk(gl)sink: remove the signal handlers on finalize 2016-02-16 20:09:08 +11:00
gstgtkglsink.c gtk: add the overlaycomposition feature to the template caps 2015-11-10 15:40:25 +11:00
gstgtkglsink.h gtkglsink: Add overlay composition support 2015-08-15 15:55:08 +02:00
gstgtksink.c gtksink: Port to GstGtkBaseSink 2015-07-17 15:14:09 -04:00
gstgtksink.h gtksink: Port to GstGtkBaseSink 2015-07-17 15:14:09 -04:00
gstgtkutils.c gtk: Factor out a function to run a function on main thread 2015-09-24 12:03:01 +02:00
gstgtkutils.h gtk: Factor out a function to run a function on main thread 2015-09-24 12:03:01 +02:00
gstplugin.c Implement gtk sinks 2015-06-11 22:01:03 +10:00
gtkgstbasewidget.c gtk: When setting format check if pending format changed 2015-09-24 16:50:38 +02:00
gtkgstbasewidget.h gtkglsink: Fix unsafe handling of buffer life time 2015-08-15 15:55:08 +02:00
gtkgstglwidget.c glsyncmeta: separate out gpu/cpu waits. 2016-02-09 12:30:25 +11:00
gtkgstglwidget.h gtkglsink: Port to GtkGstBaseWidget 2015-07-17 15:13:11 -04:00
gtkgstwidget.c gtkglsink: Fix unsafe handling of buffer life time 2015-08-15 15:55:08 +02:00
gtkgstwidget.h gtksink: Port to GtkGstBaseWidget 2015-07-16 17:12:30 -04:00
Makefile.am gtk: Factor out a function to run a function on main thread 2015-09-24 12:03:01 +02:00