summaryrefslogtreecommitdiff
path: root/ext/gtk/gstgtksink.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: remove, plugin has moved to -goodTim-Philipp Müller2018-02-121-78/+0
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-1/+2
* gtk: Fix logging in base widget and fix desc of GL sinkNirbheek Chauhan2016-03-271-1/+6
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-2/+2
* 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