summaryrefslogtreecommitdiff
path: root/ext/gtk/gstgtkbasesink.c
Commit message (Expand)AuthorAgeFilesLines
* gtk(gl)sink: remove the signal handlers on finalizeMatthew Waters2016-02-161-3/+10
* gtk: separate out the widget/window destroy callbacksMatthew Waters2015-10-191-7/+10
* gtk: fix assertion when the element has no peerMatthew Waters2015-09-291-3/+5
* gtk: Only run from the main thread in stop() if we created the windowSebastian Dröge2015-09-241-2/+7
* gtk: Do not forget to release OBJECT_LOCK on error pathThibault Saunier2015-09-241-4/+6
* gtk: Factor out a function to run a function on main threadThibault Saunier2015-09-241-55/+9
* gtk: Marshall state changes in the main threadThibault Saunier2015-09-241-7/+90
* gtksink: Do not show window until we reach the PAUSED stateThibault Saunier2015-09-231-1/+14
* gtksink: Do not re destroy the GtkWindow if destroyed by the userThibault Saunier2015-09-211-1/+8
* gtkglsink: Hide and clean the GtkWindow we might createThibault Saunier2015-09-191-7/+21
* gtk: implement GstNavigation interfaceMatthew Waters2015-08-111-1/+36
* gtksink: "widget" must be access from main threadNicolas Dufresne2015-07-171-1/+2
* gtkgstbasewidget: Pass already parsed VideoInfoNicolas Dufresne2015-07-171-1/+1
* gtkbasesink: Create a base classNicolas Dufresne2015-07-171-0/+364