summaryrefslogtreecommitdiff
path: root/ext/gtk
Commit message (Expand)AuthorAgeFilesLines
* gtk: add the overlaycomposition feature to the template capsMatthew Waters2015-11-101-2/+5
* 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: When setting format check if pending format changedThibault Saunier2015-09-241-1/+1
* 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-245-103/+114
* 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-193-8/+24
* gl: Fix GError leaks during failuresVineeth T M2015-09-171-0/+2
* gtk, qt: more specifically define the compile time requirementsMatthew Waters2015-09-101-6/+6
* gtk: Do not consider GtkEvents as handledThibault Saunier2015-09-041-3/+3
* gtk, qt, gl: fix typo in debug and error messagesTim-Philipp Müller2015-08-311-1/+1
* gtk/gl: Use our GL function table instead of directly calling GL functionsSebastian Dröge2015-08-191-5/+7
* glsink: Enable sync meta on pools we offerNicolas Dufresne2015-08-151-0/+3
* gtkglsink: Add overlay composition supportNicolas Dufresne2015-08-153-0/+93
* gtkglsink: Fix unsafe handling of buffer life timeNicolas Dufresne2015-08-154-32/+58
* gtkglsink: Remove reset pathNicolas Dufresne2015-08-153-48/+0
* gtk: fix motion event nameMatthew Waters2015-08-121-1/+1
* gtk: correct navigation events for window scalingMatthew Waters2015-08-121-2/+75
* gtk: implement GstNavigation interfaceMatthew Waters2015-08-113-1/+142
* gstglwidget: use gst_gl_display_create_contextJulien Isorce2015-07-211-5/+4
* gtk: Log GDK GL error when failling creating GdkGLContextThibault Saunier2015-07-201-1/+6
* glcontext: fix get_current_gl_api on x11/nvidia driversMatthew Waters2015-07-181-2/+2
* gtkgstglwidget: Cleanup unused private memberNicolas Dufresne2015-07-171-3/+0
* gtksink: "widget" must be access from main threadNicolas Dufresne2015-07-171-1/+2
* gtkglsink: Don't leak vertex array and buffersNicolas Dufresne2015-07-171-1/+21
* gtkgstbasewidget: Fix black frame on resizeNicolas Dufresne2015-07-172-46/+55
* gtkgstbasewidget: Pass already parsed VideoInfoNicolas Dufresne2015-07-173-14/+10
* gtkglsink: Port to GstGtkBaseSink base classNicolas Dufresne2015-07-172-387/+57
* gtksink: Port to GstGtkBaseSinkNicolas Dufresne2015-07-172-371/+16
* gtkbasesink: Create a base classNicolas Dufresne2015-07-173-0/+456
* gtkglsink: Port to GtkGstBaseWidgetNicolas Dufresne2015-07-174-446/+183
* gtksink: Port to GtkGstBaseWidgetNicolas Dufresne2015-07-164-343/+42
* gtk: Add GtkGstBaseWidgetNicolas Dufresne2015-07-163-0/+414
* gtkgstglwidget: Remove unused gl_capsNicolas Dufresne2015-07-161-6/+0
* gtksink: Create a window if the widget is unparentedNicolas Dufresne2015-07-161-1/+28
* gtksink: Ensure the copy pasted code remains the sameNicolas Dufresne2015-07-161-5/+5
* gtk: Fix race between queue_draw and destroyNicolas Dufresne2015-07-165-30/+89
* gtkgstwidget: Add missing break in get_propertyNicolas Dufresne2015-07-151-0/+1
* gtksinks: Remove undefined private structureNicolas Dufresne2015-07-152-6/+0
* gtk: add to the generic/states testMatthew Waters2015-07-092-2/+2
* GstGtkGLSink: Ensure widget has a toplevel parentXavier Claessens2015-07-091-4/+12
* GstGtkGLSink: Post error if widget gets destroyedXavier Claessens2015-07-092-0/+15
* GstGtkGLSink: fix possible warning in finalizeXavier Claessens2015-07-091-1/+1
* gtkglsink: Release the widget lock when trying to get the GL contextThibault Saunier2015-07-061-0/+2
* gtkglwidget: Const'ify another arraySebastian Dröge2015-06-151-1/+1
* gtkglwidget: Calculate the viewport size ourselvesSebastian Dröge2015-06-151-6/+8