summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* examples: add camera-mosaic examplemosaicLionel Landwerlin2013-08-202-1/+344
* frame: fix introspection annotationLionel Landwerlin2013-08-191-1/+1
* examples: camera-list: remove useless loggingLionel Landwerlin2013-08-121-1/+1
* examples: add camera list exampleLionel Landwerlin2013-08-092-0/+125
* camera: add device propertyLionel Landwerlin2013-08-091-1/+27
* camera-manager: add camera-added/camera-removed signalsLionel Landwerlin2013-08-091-47/+163
* autovideosink: fix content property getter/setterLionel Landwerlin2013-08-091-0/+8
* camera: move device list to its own componentLionel Landwerlin2013-08-098-139/+398
* examples: update examples' descriptionsLionel Landwerlin2013-08-041-7/+30
* content: fix unref on wrong internal dataLionel Landwerlin2013-08-041-1/+1
* content: use new Cogl API to know if a sink is readyLionel Landwerlin2013-07-262-7/+8
* autotools: update release fileLionel Landwerlin2013-07-261-8/+2
* Handle both uris and local filesSjoerd Simons2013-07-251-1/+8
* fix compilation warnings all over the placeLionel Landwerlin2013-07-227-6/+10
* configure.ac: bump back version number to 2.99.0 as pre releaseLionel Landwerlin2013-07-221-2/+2
* update documentationLionel Landwerlin2013-07-2224-444/+295
* remove ClutterGstPipelineLionel Landwerlin2013-07-224-469/+0
* remove ClutterGstActor now replaced by ClutterGstContentLionel Landwerlin2013-07-2214-1345/+216
* examples: camera-player: use given size from the playerLionel Landwerlin2013-07-081-9/+2
* content: start with no frameLionel Landwerlin2013-07-081-12/+13
* examples: add simple playerLionel Landwerlin2013-07-082-0/+56
* switch ClutterGst to use ClutterContentLionel Landwerlin2013-07-0824-507/+781
* Add ClutterGstContentBastian Winkler2013-07-087-1/+672
* actor: fix crash if no current frameLionel Landwerlin2013-04-251-2/+4
* introduce ClutterGstPipeline to allow custom Gstreamer pipelines to feed ActorsLionel Landwerlin2013-04-259-75/+552
* util: expose help to create a CoglVideoSinkLionel Landwerlin2013-04-142-0/+17
* actor: expose clutter_gst_actor_new()Lionel Landwerlin2013-04-142-0/+21
* actor: implement get_preferred_width/heightLionel Landwerlin2013-04-141-0/+30
* examples: remove imports of external libraries not being dependenciesLionel Landwerlin2013-03-274-12/+0
* Introduce ClutterGstBox to replace usage of (soon to be deprecated) ClutterAc...Lionel Landwerlin2013-03-277-35/+81
* examples: add video-flip2 exampleLionel Landwerlin2013-03-262-0/+390
* examples: video-flip: fix typoLionel Landwerlin2013-03-261-1/+1
* playback: Fix X11 code running on non-X11 backendsBastien Nocera2013-03-261-2/+3
* camera: silent warningLionel Landwerlin2013-03-201-1/+0
* frame: Add missing return value to clutter_gst_frame_newBastian Winkler2013-03-201-0/+2
* examples: video-flip: tweak animation duration againLionel Landwerlin2013-03-191-2/+2
* examples: video-flip: remove unused codeLionel Landwerlin2013-03-191-12/+0
* examples: video-flip: tweak animation durationLionel Landwerlin2013-03-181-2/+2
* examples: fix camera-player to work with ClutterGst 3.0 APILionel Landwerlin2013-03-181-11/+14
* examples: add one more javascript exampleLionel Landwerlin2013-03-182-0/+181
* examples: add a couple of javascript examplesLionel Landwerlin2013-03-183-4/+430
* crop: add cull-backface propertyLionel Landwerlin2013-03-181-0/+25
* actor: remove warningsLionel Landwerlin2013-03-181-6/+3
* do not register any plugin for nowLionel Landwerlin2013-03-181-18/+18
* add Crop actorLionel Landwerlin2013-03-184-0/+373
* aspectratio: return a ClutterActor typeLionel Landwerlin2013-03-182-2/+2
* aspectratio: add paint-borders propertyLionel Landwerlin2013-03-181-0/+64
* playback: add missing headerLionel Landwerlin2013-03-181-1/+32
* headers: add missing protections against direct header inclusionLionel Landwerlin2013-03-183-0/+12
* camera: get player working with the new infrastructureLionel Landwerlin2013-03-181-41/+55