summaryrefslogtreecommitdiff
path: root/libcheese/cheese-camera-device.h
diff options
context:
space:
mode:
authorFilippo Argiolas <filippo.argiolas@gmail.com>2010-02-03 10:41:04 +0100
committerFilippo Argiolas <filippo.argiolas@gmail.com>2010-02-03 11:12:10 +0100
commit506f3716d02dbdcfef633fd34a93fd818108d10a (patch)
tree2bc84edaefe36b7fd041e1d8f7592dc93d124363 /libcheese/cheese-camera-device.h
parent6670758f27f48a008937268ee3f7cabb2f36dc18 (diff)
downloadcheese-506f3716d02dbdcfef633fd34a93fd818108d10a.tar.gz
Don't initialize device objects in device monitor
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
Diffstat (limited to 'libcheese/cheese-camera-device.h')
-rw-r--r--libcheese/cheese-camera-device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcheese/cheese-camera-device.h b/libcheese/cheese-camera-device.h
index 9aa085a5..56e2773e 100644
--- a/libcheese/cheese-camera-device.h
+++ b/libcheese/cheese-camera-device.h
@@ -63,7 +63,7 @@ GType cheese_camera_device_get_type (void) G_GNUC_CONST;
CheeseCameraDevice *cheese_camera_device_new (const gchar *device_id,
const gchar *device_file,
const gchar *product_name,
- const gchar *gstreamer_source,
+ gint api_version,
GError **error);
GstCaps * cheese_camera_device_get_caps_for_format (CheeseCameraDevice *device,