[Bug 752441] gtk: Create a base class to remove code duplication

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jul 16 14:12:34 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=752441

--- Comment #1 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
Created attachment 307587
  --> https://bugzilla.gnome.org/attachment.cgi?id=307587&action=edit
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.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list