gstreamer/ext/gtk
Nicolas Dufresne 688e5dd7c4 gtk: Add GtkGstBaseWidget
This is a "pseudo" base class. Basically it's a shared instance
and class structure and a shared set of function between the
two widget. It cannot have it's own type like normal base class
since the one instance will implement GtkGLArea while the other
implements GtkDrawingAreay. To workaround this, the parent instance
and class is a union of both.

https://bugzilla.gnome.org/show_bug.cgi?id=752441
2015-07-16 17:12:30 -04:00
..
gstgtkglsink.c gtk: Fix race between queue_draw and destroy 2015-07-16 17:05:36 -04:00
gstgtkglsink.h gtk: Fix race between queue_draw and destroy 2015-07-16 17:05:36 -04:00
gstgtksink.c gtksink: Create a window if the widget is unparented 2015-07-16 17:05:36 -04:00
gstgtksink.h gtksinks: Remove undefined private structure 2015-07-15 11:44:30 -04:00
gstplugin.c Implement gtk sinks 2015-06-11 22:01:03 +10:00
gtkgstbasewidget.c gtk: Add GtkGstBaseWidget 2015-07-16 17:12:30 -04:00
gtkgstbasewidget.h gtk: Add GtkGstBaseWidget 2015-07-16 17:12:30 -04:00
gtkgstglwidget.c gtkgstglwidget: Remove unused gl_caps 2015-07-16 17:05:36 -04:00
gtkgstglwidget.h Implement gtk sinks 2015-06-11 22:01:03 +10:00
gtkgstwidget.c gtk: Fix race between queue_draw and destroy 2015-07-16 17:05:36 -04:00
gtkgstwidget.h Implement gtk sinks 2015-06-11 22:01:03 +10:00
Makefile.am gtk: Add GtkGstBaseWidget 2015-07-16 17:12:30 -04:00