summaryrefslogtreecommitdiff
path: root/tests/cheese-test-monitor.c
Commit message (Collapse)AuthorAgeFilesLines
* device-monitor: port to GstDeviceMonitorWim Taymans2015-08-171-3/+3
| | | | Use GstDeviceMonitor to monitor the GStreamer devices.
* Fix leak in CheeseCameraDeviceMonitor testDavid King2013-11-111-1/+4
|
* Add missing stdlib.h includesBastien Nocera2012-08-221-0/+1
| | | | | | For the EXIT_* macro definitions. https://bugzilla.gnome.org/show_bug.cgi?id=682491
* Adapt to use new cheese_init and cheese_gtk_initDavid King2012-01-211-2/+4
| | | | Additionally, use EXIT_SUCCESS and EXIT_FAILURE when exiting.
* Add basic documentation for remaining public APIDavid King2011-10-291-7/+7
| | | | | | | | | Add cheese-widget-private.h back to files ignored by gtk-doc. Add basic documentation for the remainder of the public API. Use UUID instead of ID or UDI. Add blurb and nick to all documented properties. Add CheeseVideoFormat documentation. Use unsigned integers where the values are always positive. Sprinkle some const qualifiers. Add some filename GObject Introspection annotations.
* Don't initialize device objects in device monitorFilippo Argiolas2010-02-031-5/+4
| | | | | | | | This way the monitor becomes just a tiny udev interface that doesn't use gstreamer for caps retrieval so that multiple monitors can be instanciated. The device creation has been moved into the "added" signal handler in cheese-camera.c
* Export CheeseCameraDeviceMonitorBastien Nocera2010-01-211-0/+1
| | | | | So that apps can monitor devices, and make some menu entries unsensitive if necessary.
* re-indent source code to match our styledaniel g. siegel2009-12-231-18/+20
|
* Fix cheese-test-monitorFilippo Argiolas2009-12-231-1/+1
| | | | CheeseWebcamDevice uses gstreamer to retrieve caps so gst_init is needed
* First pass at some reorganization of caps handlingFilippo Argiolas2009-12-231-1/+4
| | | | | | | | Gobjectify CheeseDevice. Move video format stuff into CheeseDevice, trying to use gstreamer functions whenever possibile (i.e. caps manipulating stuff). Remove framerate code. We just use the maximum framerate since some time now and gstreamer is quite good at picking the best rate, no need to do that here.
* Rename "hal_udi" to "id"Bastien Nocera2009-12-031-1/+1
|
* move test programs to tests/daniel g. siegel2009-12-031-0/+35