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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jul 17 12:23:08 PDT 2015


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

Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #307587|0                           |1
        is obsolete|                            |

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