summaryrefslogtreecommitdiff
path: root/ext/gtk
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gtk: Use the display width/height for the widget's preferred width/heightSebastian Dröge2015-06-152-4/+4
* gtksink: Add support for xRGB/BGRxSebastian Dröge2015-06-152-6/+14
* gtk: Cairo color formats are in native endianness, GStreamer's in memory orderSebastian Dröge2015-06-152-1/+12
* gtk: Implement ignore-alpha property and enable it by defaultSebastian Dröge2015-06-156-3/+103
* gtk: Sync properties from the sink to the widget upon widget creationSebastian Dröge2015-06-152-4/+4
* gtk: implement pixel and display aspect ratio handlingMatthew Waters2015-06-156-12/+239
* gtk: silence unused variable warnings for unsupported winsys'Matthew Waters2015-06-151-1/+8