summaryrefslogtreecommitdiff
path: root/clutter-gst/clutter-gst-video-sink.c
Commit message (Expand)AuthorAgeFilesLines
* video-sink: fix shaders with the removal of luminance texture in GL3Fabrice Bellet2016-03-041-9/+25
* video-sink: clear buffer in flushWim Taymans2015-05-191-0/+26
* video-sink: support video crop meta api in GLTextureUploadRendererMatthieu Bouron2013-12-191-6/+47
* video-sink: suport gl texture upload meta apiMatthieu Bouron2013-12-191-2/+163
* video-sink: add context field to GstClutterSinkRendererMatthieu Bouron2013-12-191-0/+10
* video-sink: support video meta apiMatthieu Bouron2013-12-191-37/+60
* video-sink: Add NV12 shader supportEdward Hervey2013-12-191-0/+98
* video-sink: unref material template in disposeLionel Landwerlin2013-12-161-1/+5
* video-sink: don't use strings that can be freed in shader cacheLionel Landwerlin2013-12-161-2/+3
* video-sink: use a shader cacheLionel Landwerlin2013-12-131-1/+23
* video-sink: remove weak pointer on textureLionel Landwerlin2013-09-181-0/+3
* hw: fix crash when running on Wayland with X11 backend compiledLionel Landwerlin2013-09-171-38/+41
* video-sink: fix warningsLionel Landwerlin2013-07-231-3/+2
* video-sink: add support for x11-pixmap GstSurfaceMeta.Gwenole Beauchesne2013-07-221-2/+67
* video-sink: clean up creation of HW decoder resources.Gwenole Beauchesne2013-07-221-21/+47
* Add HW decoder support back.Gwenole Beauchesne2013-04-231-4/+8
* Bump Cogl dependency to 1.10Lionel Landwerlin2013-01-311-8/+6
* remove usage of ClutterContainerLionel Landwerlin2013-01-301-3/+3
* remove clutter_stage_get_default() callsLionel Landwerlin2013-01-301-1/+1
* Do not use deprecated gstreamer symbolsJavier Jardón2013-01-031-1/+1
* sink: Remove unused enumDamien Lespiau2012-09-261-7/+0
* video-sink: Use GstVideoInfo/GstVideoFrame for more consistencyEdward Hervey2012-09-251-78/+102
* video-sink: Remove usage of GL_TEXTURE_2DEdward Hervey2012-09-251-4/+0
* video-sink: Detect errors, propagate them, add debugEdward Hervey2012-09-251-45/+128
* video-sink: Don't use GL* valuesEdward Hervey2012-09-251-2/+5
* gst-indent codeEdward Hervey2012-09-251-580/+477
* Enable navigation in standalone pluginNicolas Dufresne2012-08-201-1/+2
* Don't use GLint needlesslySjoerd Simons2012-08-161-1/+1
* gst: Use new g_mutex APIEdward Hervey2012-07-121-14/+14
* port to GStreamer 1.0Edward Hervey2012-07-121-146/+154
* sink: Don't try to set the aspect ratio on a texture we don't have (yet)Damien Lespiau2012-02-281-13/+29
* plugin: Add a autocluttersink elementJosep Torra2012-01-251-29/+0
* Revert "Do synchronous render to allow QOS"Damien Lespiau2012-01-241-80/+59
* build: Fix the usage of the CLUTTER_WINDOWING_X11 macroDamien Lespiau2011-11-081-2/+2
* sink: Disable slicing when creating the textureDamien Lespiau2011-11-071-1/+3
* plugin: Don't depend on libclutter-gstDamien Lespiau2011-11-071-1/+11
* sink: Set the no clear hint on the stageDamien Lespiau2011-11-071-0/+1
* sink: Create our own texture when running aloneNicolas Dufresne2011-11-071-2/+80
* sink: Ensure clutter is initializedNicolas Dufresne2011-11-071-0/+5
* sink: Only accept video/x-surface with opengl supportNicolas Dufresne2011-11-071-1/+1
* cluttersink: Initialize debug even if not a pluginNicolas Dufresne2011-11-071-5/+5
* Add HW accelerated element supportNicolas Dufresne2011-11-071-7/+114
* Do synchronous render to allow QOSNicolas Dufresne2011-11-041-40/+59
* Make caps and renderer manipulation work with threadingNicolas Dufresne2011-11-041-132/+158
* video-sink: Add a standalone GStreamer pluginJosep Torra2011-11-011-40/+17
* video-sink: remove dependency on ClutterGstVideoTextureJosep Torra2011-10-311-12/+12
* video-sink: handle priority property in all GStreamer statesJosep Torra2011-10-311-4/+8
* sink: Make the sink hold a weak reference to the ClutterTextureDamien Lespiau2011-10-281-2/+1
* video-sink: silent warning on comparisonLionel Landwerlin2011-10-131-2/+2
* video-sink: Fix segmentation fault with nouveau mesa driverGyörgy Balló2011-10-031-3/+3