summaryrefslogtreecommitdiff
path: root/ext/gtk/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Rename plugin filesnames to match plugin namesNicolas Dufresne2017-03-081-8/+8
| | | | | | | | | | | | - libgstgtksink.so -> libgstgtk.so - libgstteletextdec.so -> libgstteletex.so - libgstcamerabin2.so -> libgstcamerabin.so - libgstonvif.so -> libgstrtponvif.so (meson only) - sdp -> sdpelem (avoid clash with libgstsdp) - gstsiren -> siren - libgstkmssink.so -> libgstkms.so https://bugzilla.gnome.org/show_bug.cgi?id=779344
* gtk: Factor out a function to run a function on main threadThibault Saunier2015-09-241-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=755251
* gtkbasesink: Create a base classNicolas Dufresne2015-07-171-0/+2
| | | | | | | This contains all the common code between the gtkglsink and gtksink. https://bugzilla.gnome.org/show_bug.cgi?id=752441
* gtk: Add GtkGstBaseWidgetNicolas Dufresne2015-07-161-0/+2
| | | | | | | | | | | 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
* Implement gtk sinksMatthew Waters2015-06-111-0/+43
two sinks are provided. gtksink which is a cairo/software based renderer and gtkglsink which utilises the GL support in gtk and gstreamer.