summaryrefslogtreecommitdiff
path: root/tests/test-rgb-upload.c
Commit message (Expand)AuthorAgeFilesLines
* memory leaks at loggingVíctor Manuel Jáquez Leal2015-05-091-1/+4
* tests: remove warningsLionel Landwerlin2014-12-061-1/+0
* content: rename video-sink property to sinkLionel Landwerlin2014-12-061-1/+1
* switch ClutterGst to use ClutterContentLionel Landwerlin2013-07-081-46/+10
* introduce ClutterGstPipeline to allow custom Gstreamer pipelines to feed ActorsLionel Landwerlin2013-04-251-15/+15
* Do not use deprecated ClutterTexture.Andre Moreira Magalhaes (andrunko)2013-03-181-14/+9
* remove most of remaining Clutter deprecation warningsLionel Landwerlin2013-01-311-2/+2
* remove clutter_stage_get_default() callsLionel Landwerlin2013-01-301-1/+1
* port to GStreamer 1.0Edward Hervey2012-07-121-11/+12
* tests, examples: switch to new API to instantiate the videosinkJosep Torra2011-11-021-1/+2
* build: Fix missing #include <stdlib.h> for EXIT_SUCCESS/_FAILUREDamien Lespiau2010-09-231-0/+1
* video-texture: Respect the pixel aspect ratio of the incoming framesDamien Lespiau2010-09-161-1/+0
* [misc] size-change signal signature uses gintsDamien Lespiau2009-09-071-2/+2
* [test] Port the tests to the new clutter_gst_init_with_args() APIDamien Lespiau2009-08-051-9/+9
* [tests] Check for errors in g_option_context_parse()Damien Lespiau2009-06-261-2/+11
* [videosink] Remove the use-shaders propertyDamien Lespiau2009-06-241-2/+0
* [tests] Reindent the testsDamien Lespiau2009-06-241-11/+11
* [misc] Pass on the c files headersDamien Lespiau2009-06-231-0/+27
* [tests] Remove the unused ffmpegcolorspace elementDamien Lespiau2009-06-231-2/+0
* Make examples and tests use GCC_FLAGSDamien Lespiau2009-06-131-0/+1
* Make the tests default to 320x240 30fpsDamien Lespiau2009-06-131-1/+2
* Finishes the port of all the examples/tests to 1.0 APIDamien Lespiau2009-05-221-15/+20
* Add a unit test for RGB frames uploadDamien Lespiau2009-04-281-0/+141