summaryrefslogtreecommitdiff
path: root/ext/gtk/gstgtksink.c
Commit message (Expand)AuthorAgeFilesLines
* gtksink: Port to GstGtkBaseSinkNicolas Dufresne2015-07-171-345/+6
* gtksink: Port to GtkGstBaseWidgetNicolas Dufresne2015-07-161-7/+18
* 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-161-3/+16
* gtksink: Add support for xRGB/BGRxSebastian Dröge2015-06-151-2/+2
* gtk: Cairo color formats are in native endianness, GStreamer's in memory orderSebastian Dröge2015-06-151-1/+7
* gtk: Implement ignore-alpha property and enable it by defaultSebastian Dröge2015-06-151-0/+17
* gtk: Sync properties from the sink to the widget upon widget creationSebastian Dröge2015-06-151-2/+2
* gtk: implement pixel and display aspect ratio handlingMatthew Waters2015-06-151-0/+21
* gtk: implement video aspect-ratio handlingMatthew Waters2015-06-121-16/+35
* gtk: fix a couple of typosMatthew Waters2015-06-121-2/+2
* gstgtk: Allow doing gst-inspect-1.0 on these elementsNicolas Dufresne2015-06-111-2/+25
* Implement gtk sinksMatthew Waters2015-06-111-0/+274