aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/cheese-camera-device-monitor.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove gst dependency from libempathySjoerd Simons2012-08-291-17/+12
| | | | | | | libempathy only used gstreamer api directly from the camera monitor, which simply uses it for its debug infrastructure.. Use the standard empathy debug infrastruction instead so we can drop the gstreamer dependency.
* renamespace CheeseCameraDeviceMonitorGuillaume Desmottes2011-12-021-55/+57
| | | | | | | This ensures empathy will always use our version, even when linking on libcheese, and so avoid incompatibliy when libcheese breaks its ABI. https://bugzilla.gnome.org/show_bug.cgi?id=665244
* Use g_cclosure_marshal_generic for all signalsXavier Claessens2011-09-281-3/+2
| | | | No more ugly marshallers \o/
* Add CheeseCameraDeviceMonitor from libcheeseEmilio Pozuelo Monfort2011-07-121-0/+412