summaryrefslogtreecommitdiff
path: root/tests/cheese-test-camera.c
Commit message (Collapse)AuthorAgeFilesLines
* libcheese: port to clutter-gst 3.0Lionel Landwerlin2015-08-171-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=743496
* Use config.h instead of cheese-config.hDavid King2014-08-181-1/+1
| | | | Use a standard filename for the genereated configuration header.
* Remove gdk_threads* callsBastien Nocera2013-10-281-4/+0
| | | | | | And bump the GDK and GTK+ required version to 3.6. https://bugzilla.gnome.org/show_bug.cgi?id=710821
* Use clutter_actor_add_childDavid King2013-04-201-1/+1
| | | | | Instead of using the deprecated clutter_container_add_actor, use clutter_actor_add_child.
* Drop calls to g_thread_init() in testsRyan Lortie2012-11-271-1/+0
| | | | | | | | | | | Our dependency on Gtk 3.4 already gives us an indirect dependency on a GLib that no longer requires these calls. We got away with this for a while due to gstreamer's public dependency on libgthread, but as of bug 689043 gstreamer no longer does this so we now get link errors. https://bugzilla.gnome.org/show_bug.cgi?id=689117
* Add stdlib.h include for EXIT_SUCCESSDavid King2012-09-031-0/+2
|
* Adapt to use new cheese_init and cheese_gtk_initDavid King2012-01-211-3/+6
| | | | Additionally, use EXIT_SUCCESS and EXIT_FAILURE when exiting.
* Check return value of gtk_clutter_init()Guido Trentalancia2011-09-081-1/+2
| | | | Fixes bug 654913.
* add a g_print when taking a photo in cheese-test-cameradaniel g. siegel2011-01-311-1/+2
|
* Adding test for CheeseCameraLuciana Fujii Pontello2011-01-311-0/+78
cheese-test-camera creates a CheeseCamera and takes a photo that will be saved in testcamera.jpeg after five seconds.