summaryrefslogtreecommitdiff
path: root/ext/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* gtk: implement basic wayland GL supportMatthew Waters2015-06-151-0/+24
* gtk: Do not try to activate a NULL GLContextThibault Saunier2015-06-121-1/+2
* gtk: implement video aspect-ratio handlingMatthew Waters2015-06-126-34/+243
* gtk: fix a couple of typosMatthew Waters2015-06-122-5/+5
* gtkglsink: reset the context/display in READY_TO_NULLMatthew Waters2015-06-121-23/+14
* gstgtk: Allow doing gst-inspect-1.0 on these elementsNicolas Dufresne2015-06-112-4/+59
* gtk: Do not try to initialize display if we have not have a GLContext yetThibault Saunier2015-06-111-1/+1
* Implement gtk sinksMatthew Waters2015-06-1110-0/+1973