summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* auto-sink: Ensure the IS_SINK flagclutter-gst-1.6Hans-Christian Ebke2013-01-031-0/+37
* sink: reply to "prepare-video-context" query.Gwenole Beauchesne2013-01-031-1/+47
* autosink: proxy ts-offset property of child sinksJosep Torra2012-09-252-3/+23
* Misc doc fixesEdward Hervey2012-08-222-2/+1
* Enable navigation in standalone pluginNicolas Dufresne2012-08-201-1/+2
* Don't use GLint needlesslySjoerd Simons2012-08-161-1/+1
* build: Post release bump to 1.6.1Damien Lespiau2012-06-251-1/+1
* build: Remove the upload to clutter-project.orgDamien Lespiau2012-06-251-6/+0
* build: Release 1.6.01.6.0Damien Lespiau2012-06-253-2/+19
* build: Fix the URLs for clutter-gst 1.4.x releases in the doap fileDamien Lespiau2012-06-251-2/+2
* build: Post release bump to 1.5.7Damien Lespiau2012-05-251-1/+1
* build: Release 1.5.61.5.6Damien Lespiau2012-05-252-1/+21
* ClutterGstVideoTexture: don't crash if we can't get autocluttersinkTomas Frydrych2012-05-241-0/+6
* autosink: remove stale x11 and glx includesTomas Frydrych2012-05-141-2/+0
* Revert "Revert "Revert "Revert "video-texture: Use autocluttersink""""Damien Lespiau2012-04-271-3/+16
* plugin: Include Xlib.h for XInitThreads()Damien Lespiau2012-04-271-0/+6
* player: Add a "in-seek" propertyMichael Wood2012-04-272-5/+77
* fix gir annotationsLionel Landwerlin2012-04-272-8/+8
* Revert "Revert "Revert "video-texture: Use autocluttersink"""Damien Lespiau2012-04-271-16/+3
* videoplayer: fix reset_animaton so it can be performed more than onceJosep Torra2012-04-271-1/+1
* autosink: don't take an extra reference on textureJosep Torra2012-04-271-10/+2
* Revert "Revert "video-texture: Use autocluttersink""Damien Lespiau2012-04-271-3/+16
* autosink: fix resume playbackJosep Torra2012-04-272-2/+41
* video-player: don't use the deprecated clutter_stage_get_default()Josep Torra2012-04-271-2/+7
* Remove doltAdrian Bunk2012-04-256-185/+0
* Revert "video-texture: Use autocluttersink"Damien Lespiau2012-03-071-16/+3
* sink: Don't try to set the aspect ratio on a texture we don't have (yet)Damien Lespiau2012-02-281-13/+29
* build: Post release bump to 1.5.5Damien Lespiau2012-02-241-1/+1
* build: Release 1.5.41.5.4Damien Lespiau2012-02-232-1/+8
* build: Don't ask for the Cogl 2.0 APIDamien Lespiau2012-02-221-1/+0
* build: Post release bump to 1.5.3Damien Lespiau2012-01-251-1/+1
* build: Release 1.5.21.5.2Damien Lespiau2012-01-251-1/+1
* build: Update NEWS file for the 1.4.2 releaseDamien Lespiau2012-01-251-0/+28
* video-texture: Use autocluttersinkDamien Lespiau2012-01-251-3/+16
* plugin: Add a autocluttersink elementJosep Torra2012-01-256-36/+1023
* Revert "Do synchronous render to allow QOS"Damien Lespiau2012-01-241-80/+59
* misc: Add clutter-gst-player.h to the main headerDamien Lespiau2012-01-231-0/+1
* build: Note we don't support srcdir != builddirColin Walters2012-01-211-0/+2
* gst-player: take a reference on the player when adding an idle functionThomas Wood2011-12-201-7/+17
* build: Fix the usage of the CLUTTER_WINDOWING_X11 macroDamien Lespiau2011-11-083-8/+8
* sink: Disable slicing when creating the textureDamien Lespiau2011-11-071-1/+3
* plugin: Don't depend on libclutter-gstDamien Lespiau2011-11-072-2/+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-072-0/+6
* 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-075-14/+202
* Do synchronous render to allow QOSNicolas Dufresne2011-11-041-40/+59
* Make caps and renderer manipulation work with threadingNicolas Dufresne2011-11-041-132/+158